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