StdinException constructor Null safety

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

Implementation

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