referrer property

String get referrer

Gets the URL of the location that referred the user to the current page.

MDN Reference

Implementation

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