transactionAmount method
Implementation
String transactionAmount(BuildContext context) {
final String amount = this.amount.toStringAsFixed(3);
return ' $amount ${currency?.translate(context)}';
}
String transactionAmount(BuildContext context) {
final String amount = this.amount.toStringAsFixed(3);
return ' $amount ${currency?.translate(context)}';
}