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