isEmpty property

bool get isEmpty

Returns true when no commands were recorded.

Implementation

bool get isEmpty => _mutations.isEmpty;