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