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