TimeoutException constructor

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

Implementation

const TimeoutException(this.message, this.timeout);