TimeoutException constructor

TimeoutException(
  1. Duration timeout
)

Implementation

TimeoutException(this.timeout)
    : super('Operation timed out after ${timeout.inMilliseconds}ms');