encode method
Implementation
Object encode() {
return <Object?>[
assetId,
title,
state,
progress,
totalSize,
downloadedSize,
thumbnailUrl,
metadata,
];
}
Object encode() {
return <Object?>[
assetId,
title,
state,
progress,
totalSize,
downloadedSize,
thumbnailUrl,
metadata,
];
}