DebugReportStopMessage constructor

DebugReportStopMessage({
  1. required String reportId,
})

Implementation

DebugReportStopMessage({required super.reportId})
    : super(
        type: 'debug_report_stop',
      );