NAppUpdateState constructor
const
NAppUpdateState({
- NAppUpdateStatus status = NAppUpdateStatus.idle,
- InstalledSoftware? installed,
- SoftwareUpdate? update,
- SoftwareRelease? currentRelease,
- SoftwareRelease? latestRelease,
- SoftwareRelease? justUpdatedRelease,
- List<
SoftwareRelease> releases = const [], - Map<
String, List< assetsByReleaseId = const {},SoftwareAsset> > - double? progress,
- DateTime? lastChecked,
- String? error,
Implementation
const NAppUpdateState({
this.status = NAppUpdateStatus.idle,
this.installed,
this.update,
this.currentRelease,
this.latestRelease,
this.justUpdatedRelease,
this.releases = const [],
this.assetsByReleaseId = const {},
this.progress,
this.lastChecked,
this.error,
});