toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'jsonrpc': jsonrpc,
'id': id,
'type': type,
'debug_report_id': reportId,
'debug_report_version': debugReportVersion,
'debug_report_data': reportData,
};
}