Availability class sealed

The availability of the update.

An update may be available or not, which will be represented with UpdateAvailable and NoUpdateAvailable, respectively. If the process couldn't determine if an update is available or not, an UnknownAvailability will be returned.

To check against the status, the recommended way is using switch, as the class is sealed and Dart will guarantee exhaustiveness.

Implementers
Annotations
  • @immutable

Constructors

Availability()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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