Availability constructor

Availability({
  1. String? locationId,
  2. List<AppointmentSegment>? appointmentSegments,
  3. String? startAt,
})

Implementation

Availability({
  this.locationId, this.appointmentSegments, this.startAt
});