video_player
dart:isolate
RemoteError
method toString
toString
class RemoteError
Constructors
RemoteError
Properties
stackTrace
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => _description;
method toString