menu
lib_common_fx package
documentation
utils/fx_format.dart
FxFormat
toPriceString static method
toPriceString static method
dark_mode
light_mode
toPriceString
static method
String
toPriceString
(
int
?
price
)
Implementation
static String toPriceString(int? price) => price == null ? "" : (price / 100).toStringAsFixed(2);
lib_common_fx package
documentation
utils/fx_format
FxFormat
toPriceString static method
FxFormat class