endOfTime constant

Date const endOfTime

Const value to signify the end of time that can be used as a default value

Implementation

static const Date endOfTime = Date(year: 9999, month: 12, day: 31);