authority property

String? get authority

The new authority, defaults to this Uri's authority.

Implementation

_i2.String? get authority => _i5.getProperty(
      this,
      'authority',
    );
set authority (String? value)

Implementation

set authority(_i2.String? value) {
  _i5.setProperty(
    this,
    'authority',
    value ?? _i6.undefined,
  );
}