total property

Implementation

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

Implementation

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