MeasurementValueConfiguration

constructor(@Nullable name: String, @NonNull scale: Scale, @NonNull precision: MeasurementPrecision)

Constructor.

Parameters

name

Can be null - in which case we use a suitable stringified version of the scale.

scale

The scale for the measurements.

precision

How the value is rounded.