DbBoardingPass class

Inheritance
  • Object
  • PassStructureDictionary
  • DbBoardingPass

Constructors

DbBoardingPass(Ticket ticket, TicketCover cover)

Properties

auxiliaryFields List<DictionaryField>
Additional fields to be displayed on the front of the pass.
finalinherited
backFields List<DictionaryField>
Fields to be on the back of the pass.
finalinherited
cover TicketCover
final
hashCode int
The hash code for this object.
no setterinherited
headerFields List<DictionaryField>
Fields to be displayed in the header on the front of the pass.
finalinherited
primaryFields List<DictionaryField>
Fields to be displayed prominently on the front of the pass.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryFields List<DictionaryField>
Fields to be displayed on the front of the pass.
finalinherited
ticket Ticket
final
transitType → TransitType?
Required for boarding passes; otherwise not allowed. Type of transit.
finalinherited

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