PrivacyValueAllowCloseFriends.deserialize constructor

PrivacyValueAllowCloseFriends.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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