isPayment property

bool isPayment

Implementation

bool get isPayment => js_util.getProperty(this, 'isPayment');
void isPayment=(bool newValue)

Implementation

set isPayment(bool newValue) {
  js_util.setProperty(this, 'isPayment', newValue);
}