@override Map<String, dynamic> toJson() { return { 'id': id, 'type': type, 'value': value, 'group': group, }; }