TestHelpersTestClockReadyEvent constructor

const TestHelpersTestClockReadyEvent({
  1. required TestHelpersTestClock object,
})

Occurs whenever a test clock transitions to a ready status.

Implementation

const TestHelpersTestClockReadyEvent({required this.object});