SettingsBackupResponse.failure constructor
const
SettingsBackupResponse.failure(
- String? error
Failed response.
Implementation
const SettingsBackupResponse.failure(this.error) : data = null;
Failed response.
const SettingsBackupResponse.failure(this.error) : data = null;