currency property
String
get
currency
Implementation
_i2.String get currency => _i4.getProperty(
this,
'currency',
);
set
currency
(String value)
Implementation
set currency(_i2.String value) {
_i4.setProperty(
this,
'currency',
value,
);
}