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