location property
num?
get
location
Implementation
_i2.num? get location => _i4.getProperty(
this,
'location',
);
set
location
(num? value)
Implementation
set location(_i2.num? value) {
_i4.setProperty(
this,
'location',
value ?? _i6.undefined,
);
}