total property

PaymentItem total

Implementation

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

Implementation

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