ContactsGetBirthdays.deserialize constructor

ContactsGetBirthdays.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory ContactsGetBirthdays.deserialize(BinaryReader reader) {
  // Construct [ContactsGetBirthdays] object.
  final returnValue = ContactsGetBirthdays();

  // Now return the deserialized [ContactsGetBirthdays].
  return returnValue;
}