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