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