@override Map<String, dynamic> toJson() => <String, dynamic>{ 'reaction_type': reactionType?.toJson(), 'total_count': totalCount, 'is_dark': isDark, 'is_flipped': isFlipped, '@type': constructor, };