maxValue property

Time maxValue
final

Gets the maximum value supported by Time. (todo: is this okay for us? -- after the integer math on that division ... maybe??? maybe not???)

Implementation

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