video_player
dart:io
OSError
property message
message
class OSError
Constructors
OSError
Properties
errorCode
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
noErrorCode
String
message
final
Error message supplied by the operating system. null if no message is associated with the error.
property message