RUpgradeInfo class

Constructors

RUpgradeInfo()

Properties

androidInfo RUpgradeAndroidInfo
getter/setter pair
content String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosInfo RUpgradeIOSInfo
getter/setter pair
isBackground bool?
getter/setter pair
isForce bool?
getter/setter pair
newVersion String?
getter/setter pair
newVersionCode int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
webUrlIsNull bool
no setter

Methods

getWebUrl() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showNormalDialog(BuildContext context) Future
toString() String
A string representation of this object.
inherited
upgradeFromStore() Future<bool?>
upgradeFromUrl() Future<bool?>

Operators

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