StdoutException 构造函数

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

实现

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