amountStr property
String
get
amountStr
get amount in currency format 10.00, 50000.00
Implementation
String get amountStr {
return amount.toStringAsFixed(2);
}
get amount in currency format 10.00, 50000.00
String get amountStr {
return amount.toStringAsFixed(2);
}