Availability constructor
Availability({
- String? locationId,
- List<
AppointmentSegment> ? appointmentSegments, - String? startAt,
Implementation
Availability({
this.locationId, this.appointmentSegments, this.startAt
});