FutureReservationCommitmentInfo constructor

FutureReservationCommitmentInfo({
  1. String? commitmentName,
  2. String? commitmentPlan,
  3. String? previousCommitmentTerms,
})

Implementation

FutureReservationCommitmentInfo({
  this.commitmentName,
  this.commitmentPlan,
  this.previousCommitmentTerms,
});