location property

Location get location

Implementation

_i3.Location get location => _i4.getProperty(
      this,
      'location',
    );
set location (Location value)

Implementation

set location(_i3.Location value) {
  _i4.setProperty(
    this,
    'location',
    value,
  );
}