AppointmentResizeEndDetails constructor
const
AppointmentResizeEndDetails(
- dynamic appointment,
- CalendarResource? resource,
- DateTime? startTime,
- DateTime? endTime,
Creates details for AppointmentResizeUpdateCallback.
Implementation
const AppointmentResizeEndDetails(
this.appointment,
this.resource,
this.startTime,
this.endTime,
);