factory ValidatedQuantity.fromNumber(num number, {String? unit}) => ValidatedQuantity( value: UcumDecimal.fromString(number.toString()), unit: unit);