repoView property

RepoView get repoView

Returns this data as RepoView.

Make sure to check if this object is RepoView with isRepoView.

Implementation

RepoView get repoView => this.data as RepoView;