UpdateInstantBooking constructor

UpdateInstantBooking({
  1. int? durationInMinutes,
  2. bool? enabled,
})

Implementation

UpdateInstantBooking({
  this.durationInMinutes,
  this.enabled,
});