uri property

String? uri
getter/setter pair

The location of a web page, image, or other resource.

URIs in the LinksModuleData module can have different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or an email address). URIs must have a scheme.

Implementation

core.String? uri;