FallbackAppInfo class

Contains fallback app info, in case we can't look up app info from apple's servers

Inheritance

Constructors

FallbackAppInfo({String? appStoreUrl, String? appBaseUrl, required String packageName, Version? appVersion, required String appName, String? buildNumber, required String appleAppID, String? appleAppName})

Properties

appBaseUrl String?
finalinherited
appID String
no setterinherited
appleAppID String
final
appleAppName String
final
appName String
finalinherited
appStoreUrl String?
finalinherited
appVersion → Version
finalinherited
buildNumber String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
packageName String
finalinherited
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
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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