displayAmount method

String displayAmount()

Implementation

String displayAmount(){
  return '$amount ${currency?.name}';
}