AppUpdateInfo class

Constructors

AppUpdateInfo({required UpdateAvailability updateAvailability, required bool immediateUpdateAllowed, required bool flexibleUpdateAllowed, required int availableVersionCode, int? clientVersionStalenessDays, required InstallStatus installStatus, required String packageName})
AppUpdateInfo.fromMap(Map map)
factory

Properties

availableVersionCode int
final
clientVersionStalenessDays int?
final
flexibleUpdateAllowed bool
final
hashCode int
The hash code for this object.
no setterinherited
immediateUpdateAllowed bool
final
installStatus InstallStatus
final
packageName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAvailability UpdateAvailability
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited