repoViewNotFound property

RepoViewNotFound? get repoViewNotFound

Implementation

RepoViewNotFound? get repoViewNotFound =>
    isRepoViewNotFound ? data as RepoViewNotFound : null;