AppointmentResizeEndDetails constructor

const AppointmentResizeEndDetails(
  1. dynamic appointment,
  2. CalendarResource? resource,
  3. DateTime? startTime,
  4. DateTime? endTime,
)

Creates details for AppointmentResizeUpdateCallback.

Implementation

const AppointmentResizeEndDetails(
  this.appointment,
  this.resource,
  this.startTime,
  this.endTime,
);