loading property
String
get
loading
Implementation
_i2.String get loading => _i4.getProperty(
this,
'loading',
);
set
loading
(String value)
Implementation
set loading(_i2.String value) {
_i4.setProperty(
this,
'loading',
value,
);
}