strict constant

RelativeTimeThresholds const strict

Strict thresholds for more precise output.

Implementation

static const strict = RelativeTimeThresholds(
  seconds: 59,
  minutes: 59,
  hours: 23,
  days: 29,
  months: 11,
);