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