TimeoutException constructor
TimeoutException([
- String message = 'A timeout error occurred'
Implementation
TimeoutException([this.message = 'A timeout error occurred']);