step property

void step=(ProgressValue? value)

Informs the controller that a test step update has happened.

Implementation

set step(ProgressValue? value) => _stepController.add(value);