TestHelpersTestClockAdvancingEvent constructor

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

Occurs whenever a test clock starts advancing.

Implementation

const TestHelpersTestClockAdvancingEvent({required this.object});