baseUrl property
Uri
get
baseUrl
Implementation
Uri get baseUrl =>
baseUri ??
Uri.parse(
'https://gitlab.com/api/v4/projects/${Uri.encodeComponent(projectPath)}/releases/${Uri.encodeComponent(tag)}/downloads/',
);