price property

Implementation

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

Implementation

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