TimeoutException constructor

TimeoutException([
  1. String message = "Timeout"
])

Implementation

TimeoutException([this.message = "Timeout"]);