abs method

Implementation

ValidatedQuantity abs() =>
    ValidatedQuantity(value: value.absolute(), unit: unit);