repoViewNotFoundOrNull property

RepoViewNotFound? get repoViewNotFoundOrNull

Returns RepoViewNotFound if this data is RepoViewNotFound, otherwise null.

Implementation

RepoViewNotFound? get repoViewNotFoundOrNull =>
    isRepoViewNotFound ? repoViewNotFound : null;