isEmpty property
bool
get
isEmpty
Does this batch contain any operations?
Implementation
bool get isEmpty => _batchItems.isEmpty;
Does this batch contain any operations?
bool get isEmpty => _batchItems.isEmpty;