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