giftDate property

DateTime? giftDate

Property getter and setter for giftDate:

Implementation

DateTime? get giftDate;
void giftDate=(DateTime? giftDate)

Implementation

set giftDate(DateTime? giftDate);