origin property
String
get
origin
Returns the Location object's URL's origin.
Implementation
_i2.String get origin => _i4.getProperty(
this,
'origin',
);
Returns the Location object's URL's origin.
_i2.String get origin => _i4.getProperty(
this,
'origin',
);