total property
PaymentItem
get
total
Implementation
_i3.PaymentItem get total => _i4.getProperty(
this,
'total',
);
set
total
(PaymentItem value)
Implementation
set total(_i3.PaymentItem value) {
_i4.setProperty(
this,
'total',
value,
);
}