InputPrivacyKeyPhoneP2P.deserialize constructor

InputPrivacyKeyPhoneP2P.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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