origin property

String get origin

Returns the Location object's URL's origin.

MDN Reference

Implementation

_i2.String get origin => _i4.getProperty(
      this,
      'origin',
    );