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