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