TimeoutException constructor

TimeoutException({
  1. String? message = 'A timeout occurred.',
})

Implementation

TimeoutException({
  this.message = 'A timeout occurred.',
});