TimeoutException constructor
TimeoutException({
- String? message = 'A timeout occurred.',
Implementation
TimeoutException({
this.message = 'A timeout occurred.',
});
TimeoutException({
this.message = 'A timeout occurred.',
});