UpdateManifest constructor
const
UpdateManifest({})
Creates an UpdateManifest descriptor.
Implementation
const UpdateManifest({
required this.id,
required this.version,
required this.runtimeFingerprint,
this.rolloutPercentage = 100,
this.channel = 'production',
this.branch = 'main',
this.releaseNotes,
this.downloadUrl,
this.assetHash,
this.isMandatory = false,
this.metadata = const {},
});