stepsNow top-level constant

List<TimeAgoStep> const stepsNow

steps prefixed by the locale's now step.

Implementation

const stepsNow = <TimeAgoStep>[
  TimeAgoStep.unit(TimeAgoUnit.now),
  ...steps,
];