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