wrap property

String wrap

Implementation

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

Implementation

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