setCurrency method

void setCurrency(
  1. String? currency
)

Implementation

void setCurrency(final String? currency) {
  set("&cu", currency);
}