Dart
dart:core
StateError
StateError constructor
StateError
Dart
dart:core
StateError
StateError constructor
StateError class
Constructors
StateError
Properties
message
hashCode
runtimeType
stackTrace
Methods
toString
noSuchMethod
Operators
operator ==
description
StateError
constructor
StateError
(
String
message
)
Implementation
StateError(this.message);