NumExt extension
Extension on num providing number formatting utilities.
This extension adds convenient methods for formatting numbers as strings with specific decimal precision.
- on
Properties
- asTwoDecimals → String
-
Available on num, provided by the NumExt extension
Formats this number as a string with up to two decimal places.no setter
Static Properties
- doublePrettyFormat ↔ NumberFormat
-
Available on num, provided by the NumExt extension
Number formatter configured to display up to two decimal places.getter/setter pair