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