video_player
dart:io
StdioType
method toString
toString
class StdioType
Properties
name
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
FILE
OTHER
PIPE
TERMINAL
String
toString
(
)
Returns a string representation of this object.
Source
String toString() => "StdioType: $name";
method toString