referrer property
String
get
referrer
Gets the URL of the location that referred the user to the current page.
Implementation
_i2.String get referrer => _i4.getProperty(
this,
'referrer',
);