endDate property

Date? endDate
getter/setter pair

The end date (inclusive) of the freeze period.

Must be no later than 90 days from the start date. If the end date is earlier than the start date, the freeze period is considered wrapping year-end. Note: year must not be set. For example, {"month": 1,"date": 30}.

Implementation

Date? endDate;