EventReservationInfo constructor

EventReservationInfo({
  1. String? confirmationCode,
  2. String? kind,
})

Implementation

EventReservationInfo({
  this.confirmationCode,
  this.kind,
});