steal property

bool steal

Implementation

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

Implementation

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