AppSet class

A container for iOS and Android App IDs.

Constructors

AppSet()

Properties

androidPackageName String?
The Android package name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosAdvertisingPartnerToken String?
Represents the advertising partner you wish to use.
getter/setter pair
iosAffiliateToken String?
Your affiliate identifier.
getter/setter pair
iosAppId int?
The ID on App Store.
getter/setter pair
iosCampaignToken String?
Represents an App Analytics campaign.
getter/setter pair
iosIapId String?
Represents the product identifier for the promoted product you want the store to display at the top of the page.
getter/setter pair
iosProviderToken String?
Represents the provider token for the developer that created the app.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The URL of the web page for Flutter web.
getter/setter pair

Methods

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

Operators

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