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