Dart
dart:io
StdioType
PIPE
constant
PIPE
Dart
dart:io
StdioType
PIPE
constant
StdioType class
Properties
hashCode
name
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
FILE
file
OTHER
other
PIPE
pipe
TERMINAL
terminal
description
PIPE
constant
Null safety
StdioType
const
PIPE
@
Deprecated
("Use pipe instead")
Implementation
@Deprecated("Use pipe instead") static const StdioType PIPE = pipe;