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