price property

Implementation

PaymentCurrencyAmount get price => js_util.getProperty(this, 'price');
set price (PaymentCurrencyAmount newValue)

Implementation

set price(PaymentCurrencyAmount newValue) {
  js_util.setProperty(this, 'price', newValue);
}