icannSuffix property

String icannSuffix

Returns the public suffix part of the URL, based on ICANN/IANA rules.

The public suffix is the labels at the end of the URL which are not controlled by the registrant of the domain. For example, images.google.co.uk has the public suffix co.uk.

Implementation

String get icannSuffix => _icannSuffix;