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