NAppUpdateState class
Constructors
-
NAppUpdateState({NAppUpdateStatus status = NAppUpdateStatus.idle, InstalledSoftware? installed, SoftwareUpdate? update, SoftwareRelease? currentRelease, SoftwareRelease? latestRelease, SoftwareRelease? justUpdatedRelease, List<SoftwareRelease> releases = const [], Map<String, List<SoftwareAsset>> assetsByReleaseId = const {}, double? progress, DateTime? lastChecked, String? error})
-
const
Methods
-
copyWith({NAppUpdateStatus? status, InstalledSoftware? installed, SoftwareUpdate? update, SoftwareRelease? currentRelease, SoftwareRelease? latestRelease, SoftwareRelease? justUpdatedRelease, List<SoftwareRelease>? releases, Map<String, List<SoftwareAsset>>? assetsByReleaseId, bool clearJustUpdatedRelease = false, double? progress, bool clearProgress = false, DateTime? lastChecked, String? error, bool clearError = false})
→ NAppUpdateState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited