StatParams constructor
StatParams({})
Implementation
StatParams({
this.type = 'debug_report_data',
required this.debugReportId,
required this.reportData,
this.debugReportVersion = 1,
String? id,
this.jsonrpc = '2.0',
}) : id = id ?? const Uuid().v4();