AppointmentResizeEndDetails class Null safety

The appointment that resizing ends on view in SfCalendar

Details for AppointmentResizeEndCallback, such as appointment, startTime, endTime and resource.

See also:

Constructors

AppointmentResizeEndDetails(dynamic appointment, CalendarResource? resource, DateTime? startTime, DateTime? endTime)
Creates details for AppointmentResizeUpdateCallback.
const

Properties

appointment → dynamic
The appointment that resized on view in SfCalendar.
final
endTime DateTime?
The updated end time of the reschedule appointment.
final
hashCode int
The hash code for this object.
read-onlyinherited
resource CalendarResource?
The resource associated with the rescheduled appointment in timeline views.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
startTime DateTime?
The updated start time of the reschedule appointment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited