num toNumAsSmartRound({int maxPrecision = 2}) { return toDouble().toNumAsSmartRound(maxPrecision: maxPrecision); }