TimeoutException constructor

const TimeoutException(
  1. String message
)

Implementation

const TimeoutException(this.message);