isEmpty property

bool isEmpty

Does this batch contain any operations?

Implementation

bool get isEmpty => _batchItems.isEmpty;