SettingsSyncFetchResult constructor
const
SettingsSyncFetchResult({
- required bool success,
- UserSyncData? data,
- bool isEmpty = false,
- String? error,
- bool skipRetry = false,
Implementation
const SettingsSyncFetchResult({
required this.success,
this.data,
this.isEmpty = false,
this.error,
this.skipRetry = false,
});