TimeoutException constructor

const TimeoutException(
  1. String message, {
  2. int? statusCode,
  3. Duration? duration,
})

Creates a new TimeoutException

Implementation

const TimeoutException(super.message, {super.statusCode, this.duration});