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