isEmpty property
bool
get
isEmpty
Returns true when no commands were recorded.
Implementation
bool get isEmpty => _mutations.isEmpty;
Returns true when no commands were recorded.
bool get isEmpty => _mutations.isEmpty;