HttpDebugContext constructor

HttpDebugContext({
  1. required int maxLength,
})

Implementation

HttpDebugContext({required this.maxLength})
    : circularBufferNotifier = CircularBufferNotifier(maxLength: maxLength);