toJson method
override
Object to Map serializer
Implementation
@override
Map<String, dynamic> toJson() {
return {
'@type': 'downloadFile',
if (extra != null) '@extra': extra,
'file_id': file_id,
'priority': priority,
'offset': offset,
'limit': limit,
'synchronous': synchronous
};
}