TimeoutException constructor

TimeoutException([
  1. String message = 'A timeout error occurred'
])

Implementation

TimeoutException([this.message = 'A timeout error occurred']);