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