FlightClass class

Constructors

FlightClass({bool? allowMultipleUsersPerObject, AppLinkData? appLinkData, BoardingAndSeatingPolicy? boardingAndSeatingPolicy, CallbackOptions? callbackOptions, ClassTemplateInfo? classTemplateInfo, String? countryCode, AirportInfo? destination, bool? enableSmartTap, FlightHeader? flightHeader, String? flightStatus, Image? heroImage, String? hexBackgroundColor, Uri? homepageUri, String? id, List<ImageModuleData>? imageModulesData, InfoModuleData? infoModuleData, String? issuerName, String? kind, String? languageOverride, LinksModuleData? linksModuleData, String? localBoardingDateTime, String? localEstimatedOrActualArrivalDateTime, String? localEstimatedOrActualDepartureDateTime, String? localGateClosingDateTime, String? localScheduledArrivalDateTime, String? localScheduledDepartureDateTime, LocalizedString? localizedIssuerName, List<LatLongPoint>? locations, List<MerchantLocation>? merchantLocations, List<Message>? messages, String? multipleDevicesAndHoldersAllowedStatus, String? notifyPreference, AirportInfo? origin, List<String>? redemptionIssuers, Review? review, String? reviewStatus, SecurityAnimation? securityAnimation, List<TextModuleData>? textModulesData, List<ValueAddedModuleData>? valueAddedModuleData, String? version, String? viewUnlockRequirement, Image? wordMark})
FlightClass.fromJson(Map json_)

Properties

allowMultipleUsersPerObject ↔ bool?
Use multipleDevicesAndHoldersAllowedStatus instead.
getter/setter pair
appLinkData ↔ AppLinkData?
Optional app or website link that will be displayed as a button on the front of the pass.
getter/setter pair
boardingAndSeatingPolicy ↔ BoardingAndSeatingPolicy?
Policies for boarding and seating.
getter/setter pair
callbackOptions ↔ CallbackOptions?
Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user.
getter/setter pair
classTemplateInfo ↔ ClassTemplateInfo?
Template information about how the class should be displayed.
getter/setter pair
countryCode ↔ String?
Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
getter/setter pair
destination ↔ AirportInfo?
Destination airport.
getter/setter pair
enableSmartTap ↔ bool?
Identifies whether this class supports Smart Tap.
getter/setter pair
flightHeader ↔ FlightHeader?
Information about the flight carrier and number.
getter/setter pair
flightStatus ↔ String?
Status of this flight.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
heroImage ↔ Image?
Optional banner image displayed on the front of the card.
getter/setter pair
hexBackgroundColor ↔ String?
The background color for the card.
getter/setter pair
homepageUri ↔ Uri?
The URI of your application's home page.
getter/setter pair
id ↔ String?
The unique identifier for a class.
getter/setter pair
imageModulesData ↔ List<ImageModuleData>?
Image module data.
getter/setter pair
infoModuleData ↔ InfoModuleData?
Use textModulesData instead.
getter/setter pair
issuerName ↔ String?
The issuer name.
getter/setter pair
kind ↔ String?
Identifies what kind of resource this is.
getter/setter pair
languageOverride ↔ String?
If this field is present, boarding passes served to a user's device will always be in this language.
getter/setter pair
linksModuleData ↔ LinksModuleData?
Links module data.
getter/setter pair
localBoardingDateTime ↔ String?
The boarding time as it would be printed on the boarding pass.
getter/setter pair
localEstimatedOrActualArrivalDateTime ↔ String?
The estimated time the aircraft plans to reach the destination gate (not the runway) or the actual time it reached the gate.
getter/setter pair
localEstimatedOrActualDepartureDateTime ↔ String?
The estimated time the aircraft plans to pull from the gate or the actual time the aircraft already pulled from the gate.
getter/setter pair
localGateClosingDateTime ↔ String?
The gate closing time as it would be printed on the boarding pass.
getter/setter pair
localizedIssuerName ↔ LocalizedString?
Translated strings for the issuer_name.
getter/setter pair
localScheduledArrivalDateTime ↔ String?
The scheduled time the aircraft plans to reach the destination gate (not the runway).
getter/setter pair
localScheduledDepartureDateTime ↔ String?
The scheduled date and time when the aircraft is expected to depart the gate (not the runway) Note: This field should not change too close to the departure time.
getter/setter pair
locations ↔ List<LatLongPoint>?
Note: This field is currently not supported to trigger geo notifications.
getter/setter pair
merchantLocations ↔ List<MerchantLocation>?
Merchant locations.
getter/setter pair
messages ↔ List<Message>?
An array of messages displayed in the app.
getter/setter pair
multipleDevicesAndHoldersAllowedStatus ↔ String?
Identifies whether multiple users and devices will save the same object referencing this class. Possible string values are:
getter/setter pair
notifyPreference ↔ String?
Whether or not field updates to this class should trigger notifications.
getter/setter pair
origin ↔ AirportInfo?
Origin airport.
getter/setter pair
redemptionIssuers ↔ List<String>?
Identifies which redemption issuers can redeem the pass over Smart Tap.
getter/setter pair
review ↔ Review?
The review comments set by the platform when a class is marked approved or rejected.
getter/setter pair
reviewStatus ↔ String?
The status of the class.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
securityAnimation ↔ SecurityAnimation?
Optional information about the security animation.
getter/setter pair
textModulesData ↔ List<TextModuleData>?
Text module data.
getter/setter pair
valueAddedModuleData ↔ List<ValueAddedModuleData>?
Optional value added module data.
getter/setter pair
version ↔ String?
Deprecated
getter/setter pair
viewUnlockRequirement ↔ String?
View Unlock Requirement options for the boarding pass. Possible string values are:
getter/setter pair
wordMark ↔ Image?
Deprecated.
getter/setter pair

Methods

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

Operators

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