Amadeus class

Properties

airport ↔ Airport
getter/setter pair
analytics ↔ Analytics
getter/setter pair
booking ↔ Booking
getter/setter pair
eReputation ↔ EReputation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
media ↔ Media
getter/setter pair
referenceData ↔ ReferenceData
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safety ↔ Safety
getter/setter pair
schedule ↔ Schedule
getter/setter pair
shopping ↔ Shopping
getter/setter pair
travel ↔ Travel
getter/setter pair

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

Static Methods

build({required String clientId, required String clientSecret, AmadeusEnvironment? amadeusEnvironment = AmadeusEnvironment.test}) Future<Amadeus>