maxIsoValue property
LocalDate
get
maxIsoValue
The maximum (latest) date representable in the ISO calendar system.
Implementation
static LocalDate get maxIsoValue => LocalDate._trusted(YearMonthDayCalendar(
GregorianYearMonthDayCalculator.maxGregorianYear,
12,
31,
CalendarOrdinal.iso));