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