endDate property

Date? endDate
getter/setter pair

The end date of the range (inclusive).

Must be within the 30 days leading up to current date, and must be equal to or after start_date.

Implementation

Date? endDate;