LogBuffer constructor

LogBuffer({
  1. int capacity = defaultCapacity,
})

Implementation

LogBuffer({this.capacity = defaultCapacity});