CircularBuffer<T> constructor

CircularBuffer<T>({
  1. required int maxSize,
})

Implementation

CircularBuffer({required this.maxSize});