gitUri property

String? get gitUri

(only valid if isGitRef) gets the git URI from the git ref Removes the git:// scheme and extracts the actual git URL

Implementation

String? get gitUri {
  return gitRef?.uri;
}