authority property

String get authority

Authority is the www.example.com part of http://www.example.com/some/path?query#fragment. The part between the first double slashes and the next slash.

Implementation

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