setCurrency method

void setCurrency(
  1. String currency
)

Implementation

void setCurrency(String currency) {
  this.currency = currency;
}