wrap property

bool wrap

Implementation

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

Implementation

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