seconds
seconds(value: Integer) : Duration
Obtains a Duration representing the given number of seconds. For example, seconds(3) returns a Duration that
represents three seconds. The value can be negative. For example, seconds(-2) returns a Duration that represents
negative two seconds.