CalendarAppointmentDetails constructor
const
CalendarAppointmentDetails(})
Default constructor to store the details needed in appointment builder.
Implementation
const CalendarAppointmentDetails(
this.date,
this.appointments,
this.bounds, {
this.isMoreAppointmentRegion = false,
});