@override Map<String, dynamic> toJson() => <String, dynamic>{ 'id': id, 'animation': animation?.toJson(), 'title': title, '@type': constructor, };