LinkableGitRepository constructor

LinkableGitRepository({
  1. String? cloneUri,
})

Implementation

LinkableGitRepository({
  this.cloneUri,
});