TimeoutError constructor

const TimeoutError(
  1. TimeoutException timeoutException
)

Implementation

const TimeoutError(this.timeoutException);