HttpTimelineLoggingState constructor

HttpTimelineLoggingState({
  1. required bool enabled,
})

Implementation

HttpTimelineLoggingState({required bool enabled}) : super(enabled: enabled);