UpdateInfo class

Information about application and its updates.

Annotations

Constructors

UpdateInfo({Version? lastVersionAvailable, required Version installedVersion, Version? requiredVersion})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
installedVersion Version
Current installed application version.
final
lastVersionAvailable Version?
Last version of the application.
final
requiredVersion Version?
Minimum required version of the application.
final
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