setCurrency method

dynamic setCurrency(
  1. String currency
)

Implementation

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