policyName property

String policyName

Return the policy name associathed to the authority.

Implementation

String get policyName => authorityURL.split(RegExp("https://|/"))[3];