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