isEmpty property

bool get isEmpty

Whether there are no pending commands.

Implementation

bool get isEmpty => _ops.isEmpty;