microseconds static method

Quantity<Time> microseconds(
  1. double amount
)

Implementation

static Quantity<Time> microseconds(double amount) =>
    Quantity(unit: Time().microsecond, amount: amount);