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