StorageFileWebp.deserialize constructor
StorageFileWebp.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory StorageFileWebp.deserialize(BinaryReader reader) {
// Construct [StorageFileWebp] object.
final returnValue = StorageFileWebp();
// Now return the deserialized [StorageFileWebp].
return returnValue;
}