ContactsTopPeersNotModified.deserialize constructor

ContactsTopPeersNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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