location property

Location get location

The location of this related diagnostic information.

Implementation

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

Implementation

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