@override Map<String, dynamic> toJson() { final json = super.toJson(); json['debug_report_data'] = reportData; return json; }