AggregatedBatch<T> constructor

const AggregatedBatch<T>({
  1. required List<T> data,
})

Implementation

const AggregatedBatch({
  required this.data,
});