currency property
String
get
currency
Implementation
String get currency => js_util.getProperty(this, 'currency');
set
currency
(String newValue)
Implementation
set currency(String newValue) {
js_util.setProperty(this, 'currency', newValue);
}