serialize method
Implementation
@override
serialize() => {
'type': 'virtualFile',
'id': id,
'format': format,
'storageSuggestion': storageSuggestion?.name,
};
@override
serialize() => {
'type': 'virtualFile',
'id': id,
'format': format,
'storageSuggestion': storageSuggestion?.name,
};