ouncesUK static method

Quantity<Volume> ouncesUK(
  1. double amount
)

Implementation

static Quantity<Volume> ouncesUK(double amount) =>
    Quantity(unit: Volume().fluidOunceUK, amount: amount);