formattedAmount property

String get formattedAmount

Format amount as string with currency symbol

Implementation

String get formattedAmount {
  return '$currency ${amount.toStringAsFixed(2)}';
}