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