domain property

String? domain
getter/setter pair

Domain/sub-domain of the site.

Must be a valid domain complying with RFC 1035 and formatted as punycode RFC 3492 in case the domain contains unicode characters.

Implementation

core.String? domain;