isEmpty property

bool get isEmpty

Does this batch contain any operations?

Implementation

bool get isEmpty => _batchItems.isEmpty;