AccountGetGlobalPrivacySettings.deserialize constructor

AccountGetGlobalPrivacySettings.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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