UpdateInfo class
Constructors
- UpdateInfo.new({required bool updateAvailable, bool immediateUpdateAllowed = false, bool flexibleUpdateAllowed = false, int? availableVersionCode, int? updatePriority, String? appStoreVersion, String? currentVersion, String? appStoreUrl, bool? directUpdate, String? downloadUrl})
-
UpdateInfo.fromMap(Map<
String, dynamic> map) -
factory
Properties
- appStoreUrl → String?
-
final
- appStoreVersion → String?
-
final
- availableVersionCode → int?
-
final
- currentVersion → String?
-
final
- directUpdate → bool?
-
final
- downloadUrl → String?
-
final
- flexibleUpdateAllowed → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- immediateUpdateAllowed → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateAvailable → bool
-
final
- updatePriority → int?
-
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