LevitReactiveBatch constructor
LevitReactiveBatch(
- List<
(LxReactive, LevitReactiveChange)> entries, { - int? batchId,
Creates a batch container for the current execution.
Implementation
LevitReactiveBatch(this.entries, {int? batchId})
: batchId = batchId ?? ++_batchCounter,
timestamp = DateTime.now();