video_player
dart:io
StdinException
const constructor StdinException
StdinException
class StdinException
Constructors
StdinException
Properties
message
osError
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
const
StdinException
(
String
message
, [
OSError
osError
])
Source
const StdinException(this.message, [this.osError]);
constructor StdinException