menu
Dart
dart:io
StdoutException
StdoutException const constructor
StdoutException
brightness_4
brightness_5
description
StdoutException
constructor
const
StdoutException
(
String
message
,
[
OSError
?
osError
]
)
Implementation
const StdoutException(this.message, [this.osError]);
Dart
dart:io
StdoutException
StdoutException const constructor
StdoutException class