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