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