status property

void status=(String value)

Informs the controller that a test status update has happened.

Implementation

set status(String value) => _statusController.add(value);