Dart
dart:io
StdoutException
StdoutException const constructor
StdoutException
StdoutException class
Constructors
StdoutException
Properties
message
osError
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
StdoutException constructor
const
StdoutException
(
String
message
, [
OSError
osError
])
Implementation
const StdoutException(this.message, [this.osError]);