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