openedBatch property

Map<String, Batch?> openedBatch

Implementation

static Map<String, Batch?> get openedBatch {
  return _openedBatch = _openedBatch ?? <String, Batch?>{};
}