toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'storyAreaTypeSuggestedReaction',
if (extra != null) '@extra': extra,
'reaction_type': reaction_type,
'total_count': total_count,
'is_dark': is_dark,
'is_flipped': is_flipped
};
}