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