call method

Quantity call([
  1. Unit unit = Unit.unity
])

Implementation

Quantity call([Unit unit = Unit.unity]) => Quantity(toDouble(), unit);