knots static method

Quantity<Speed> knots(
  1. double amount
)

Implementation

static Quantity<Speed> knots(double amount) => Quantity(unit: Speed().knot, amount: amount);