QueenOfVersionsUpdateData class
Application update information, obtained from Google Play.
- Annotations
Constructors
- QueenOfVersionsUpdateData({int? versionCode, int? updatePriority, int? clientVersionStalenessDays})
-
const
Properties
- clientVersionStalenessDays → int?
-
Number of days since the last application version was uploaded to Google Play.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatePriority → int?
-
Application update priority.
final
- versionCode → int?
-
Application version code.
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