maxValue property

Instant maxValue
final

Represents the largest possible Instant. This value is equivalent to 9999-12-31T23:59:59.999999999Z

Implementation

static final Instant maxValue = Instant._trusted(Time(days: IInstant.maxDays, nanoseconds: TimeConstants.nanosecondsPerDay - 1));