Dart
dart:io
StdioType
toString method
toString
StdioType class
Properties
name
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
FILE
file
OTHER
other
PIPE
pipe
TERMINAL
terminal
toString method
String
toString
(
)
Returns a string representation of this object.
Implementation
String
toString() =>
"StdioType: $name"
;
Cookies management controls