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