secondsLabel abstract method

String secondsLabel(
  1. int number
)

The label for second(s).

Implementation

String secondsLabel(int number);