repoView property

RepoView? get repoView

Implementation

RepoView? get repoView => isRepoView ? data as RepoView : null;