TimeoutException constructor

TimeoutException(
  1. String message,
  2. Duration timeout
)

Implementation

TimeoutException(this.message, this.timeout);