Dart SDK
dart:core
StateError
toString
toString
Dart SDK
dart:core
StateError
toString
method
toString
Source
Dart SDK
dart:core
StateError
Constructors
StateError
Properties
message
hashCode
runtimeType
stackTrace
Operators
operator ==
Methods
toString
noSuchMethod
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => "Bad state: $message";