uri property

String? uri
getter/setter pair

The URI of the repo (e.g. https://github.com/user/repo.git).

Either uri or repository can be specified and is required.

Implementation

core.String? uri;