InputPrivacyValueDisallowAll.deserialize constructor

InputPrivacyValueDisallowAll.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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