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