StdinException constructor

const StdinException(
  1. String message,
  2. [OSError osError]
)

Implementation

const StdinException(this.message, [this.osError]);