Converts this NewType to a String with no scientific notation.
String toPlainString() => NumberFormat('${'0' * 40}.${'0' * 40}').format(val);