formatAsCurrency property
String
get
formatAsCurrency
Implementation
String get formatAsCurrency => NumberFormat.currency(
name: "NGN ",
decimalDigits: 0,
).format(this);
String get formatAsCurrency => NumberFormat.currency(
name: "NGN ",
decimalDigits: 0,
).format(this);