StdinException 构造函数

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

实现

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