AccountGetAutoDownloadSettings.deserialize constructor

AccountGetAutoDownloadSettings.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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