UpdateModel class final

Constructors

UpdateModel({String? currentAppStoreListingURL, String? currentAppStoreVersion, String? currentInstalledVersion, String? releaseNotes, required String appName, required dynamic ignoreOnTap(), required dynamic openAppStoreOnTap1(), required dynamic openAppStoreOnTap2()})

Properties

appName String
final
currentAppStoreListingURL String?
final
currentAppStoreVersion String?
final
currentInstalledVersion String?
final
hashCode int
The hash code for this object.
no setterinherited
ignoreOnTap → dynamic Function()
final
openAppStoreOnTap1 → dynamic Function()
final
openAppStoreOnTap2 → dynamic Function()
final
releaseNotes String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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