hasStepsRemaining static method

bool hasStepsRemaining()

Returns true iff there are more steps for the Simulator to tick through.

Implementation

static bool hasStepsRemaining() =>
    _pendingTimestamps.isNotEmpty || _injectedActions.isNotEmpty;