toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'storageStatisticsByChat',
if (extra != null) '@extra': extra,
'chat_id': chat_id,
'size': size,
'count': count,
'by_file_type': by_file_type
};
}