Dart
dart:io
StdioType
other constant
other
StdioType class
Properties
name
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
FILE
file
OTHER
other
PIPE
pipe
TERMINAL
terminal
other constant
StdioType
const
other
=
const StdioType._("other")
Implementation
static const StdioType other = const StdioType._("other")