Time.second constructor

Time.second(
  1. double value
)

Implementation

factory Time.second(double value) => Time(value, Unit.second);