isPrivateSuffix method

bool isPrivateSuffix()

Checks if the URL was matched with a private rule rather than an ICANN/IANA rule.

If true, then root, suffix and domain will be different from the icann-prefixed getters.

Implementation

bool isPrivateSuffix() => icannSuffix != _suffix;