AppVersionStatus class

Properties

A link to the app store page where the app can be updated.
final
canVersionUpdate bool
no setter
currentVersion String
The current version of the app.
final
hashCode int
The hash code for this object.
no setterinherited
releaseNotes String?
The release notes for the store version of the app.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeVersion String
The most recent version of the app in the store.
final

Methods

isMinVersion(String minVersion) bool
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