domain property

String? domain
getter/setter pair

Domain name to match against.

The wildcard "" is supported if specified before a period: ".".Defaults to matching all domains: "*".

Implementation

core.String? domain;