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