TimeoutException constructor

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

Implementation

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