menu
gnums_student package
documentation
utils/utils.dart
Utils
getCurrencyFormated method
getCurrencyFormated method
dark_mode
light_mode
getCurrencyFormated
method
String
getCurrencyFormated
(
dynamic
amount
)
Implementation
String getCurrencyFormated(amount) { return NumberFormat.decimalPattern('hi').format(amount); }
gnums_student package
documentation
utils/utils
Utils
getCurrencyFormated method
Utils class