location property
Object
get
location
The location at which progress should show.
Implementation
_i2.Object get location => _i5.getProperty(
this,
'location',
);
set
location
(Object value)
Implementation
set location(_i2.Object value) {
_i5.setProperty(
this,
'location',
value,
);
}