video_player
dart:async
AsyncError
method toString
toString
class AsyncError
Constructors
AsyncError
Properties
error
stackTrace
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => '$error';
method toString