BatchThrottleAggregator<T> constructor

BatchThrottleAggregator<T>({
  1. required IBatchThrottleDelegate<T> delegate,
})

Implementation

BatchThrottleAggregator({
  required this.delegate,
});