seconds static method

Quantity<Time> seconds(
  1. double amount
)

Implementation

static Quantity<Time> seconds(double amount) => Quantity(unit: Time().second, amount: amount);