previousDate property

DateTime? get previousDate

Property getter and setter for previousDate: In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that In the case of a rescheduled meeting - this will contain the original date/time as a reference in case communications should include that

Implementation

DateTime? get previousDate;
set previousDate (DateTime? previousDate)

Implementation

set previousDate(DateTime? previousDate);