path property

String? path
getter/setter pair

Pathname within the host.

Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.

Implementation

core.String? path;