nUBatch property

int? get nUBatch

physical maximum batch size

Implementation

int? get nUBatch => _nUBatch;
set nUBatch (int? value)

Implementation

set nUBatch(int? value) {
  _nUBatch = value;
  notifyListeners();
}