repoRef property

RepoRef? get repoRef

Implementation

RepoRef? get repoRef => isRepoRef ? data as RepoRef : null;