TimeoutError constructor

TimeoutError([
  1. String message = 'Timeout has occurred.'
])

Implementation

TimeoutError([this.message = 'Timeout has occurred.']);