autosaveSettingsScopeChat property

AutosaveSettingsScopeChat? autosaveSettingsScopeChat

Autosave settings applied to a chat

Implementation

AutosaveSettingsScopeChat? get autosaveSettingsScopeChat {
  if (this is AutosaveSettingsScopeChat) {
    return this as AutosaveSettingsScopeChat;
  }
  return null;
}