DebugReportStartMessage constructor
DebugReportStartMessage({
- required String reportId,
Implementation
DebugReportStartMessage({required super.reportId})
: super(
type: 'debug_report_start',
);