HttpDebugContext constructor
HttpDebugContext({
- required int maxLength,
Implementation
HttpDebugContext({required this.maxLength})
: circularBufferNotifier = CircularBufferNotifier(maxLength: maxLength);