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