startDate property

Date? startDate
getter/setter pair

The start date (inclusive) of the freeze period.

Note: day and month must be set. year should not be set as it is not used. For example, {"month": 1,"date": 30}.

Implementation

Date? startDate;