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