ReservationInfo constructor

ReservationInfo({
  1. String? confirmationCode,
  2. String? eticketNumber,
  3. FrequentFlyerInfo? frequentFlyerInfo,
  4. String? kind,
})

Implementation

ReservationInfo({
  this.confirmationCode,
  this.eticketNumber,
  this.frequentFlyerInfo,
  this.kind,
});