policyName property
String
get
policyName
Return the policy name associathed to the authority.
Implementation
String get policyName => authorityURL.split(RegExp("https://|/"))[3];
Return the policy name associathed to the authority.
String get policyName => authorityURL.split(RegExp("https://|/"))[3];