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