amountStr property

String get amountStr

get amount in currency format 10.00, 50000.00

Implementation

String get amountStr {
  return amount.toStringAsFixed(2);
}