TimeoutException构造函数

TimeoutException(
  1. String? message,
  2. [Duration? duration]]
)

实现

TimeoutException(this.message, [this.duration]);