numerator property
Quantity?
get
numerator
The value of the numerator in the ratio.
Implementation
Quantity? get numerator => numeratorField.getValue(_json);
The value of the numerator in the ratio.
Quantity? get numerator => numeratorField.getValue(_json);