RuntimeEventWaitTimeoutException constructor

const RuntimeEventWaitTimeoutException(
  1. Type eventType,
  2. Duration timeout
)

Implementation

const RuntimeEventWaitTimeoutException(this.eventType, this.timeout);