PrivacyValueDisallowBots.deserialize constructor

PrivacyValueDisallowBots.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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