WaitingTimeOutException constructor

WaitingTimeOutException(
  1. Map<String, List<String>> areWaitedBy,
  2. List<String> notReadyYet,
  3. List<String> areReady
)

Implementation

WaitingTimeOutException(this.areWaitedBy, this.notReadyYet, this.areReady);