UpdateFreshInstallRequired class final
A newer release exists but must be installed from a fresh download.
- Inheritance
-
- Object
- UpdateState
- UpdateFreshInstallRequired
Constructors
- UpdateFreshInstallRequired({required ReleaseDescriptor descriptor, required ReleaseFreshInstall freshInstall, required bool mandatory, ReleaseSupportPolicy? supportPolicy})
-
Creates a fresh-install-required state.
const
Properties
- descriptor → ReleaseDescriptor
-
Release descriptor selected from the app archive.
final
- freshInstall → ReleaseFreshInstall
-
Fresh download policy for the selected release.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mandatory → bool
-
Whether the prompt should block skip/dismiss choices.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportPolicy → ReleaseSupportPolicy?
-
Optional support deadline that applies to the current app version.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited