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