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