DebugReportStartMessage constructor

DebugReportStartMessage({
  1. required String reportId,
})

Implementation

DebugReportStartMessage({required super.reportId})
  : super(type: 'debug_report_start');