ReservationInfo constructor
ReservationInfo({
- String? confirmationCode,
- String? eticketNumber,
- FrequentFlyerInfo? frequentFlyerInfo,
- String? kind,
Implementation
ReservationInfo({
this.confirmationCode,
this.eticketNumber,
this.frequentFlyerInfo,
this.kind,
});