gitRefString property

String? get gitRefString

(only valid if isGitRef) gets the branch, tag, or commit from the git ref

Implementation

String? get gitRefString {
  return gitRef?.ref;
}