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