uri property

String? uri
getter/setter pair

URI from which to fetch the object.

It should contain both the protocol and path following the format {protocol}://{location}.

Required.

Implementation

core.String? uri;