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