toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'file_type': fileType?.toJson(),
'network_type': networkType?.toJson(),
'sent_bytes': sentBytes,
'received_bytes': receivedBytes,
'@type': constructor,
};