InputPrivacyValueAllowPremium.deserialize constructor

InputPrivacyValueAllowPremium.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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