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