isNotRepoViewNotFound property

bool get isNotRepoViewNotFound

Returns true if this data is not RepoViewNotFound, otherwise false.

Implementation

bool get isNotRepoViewNotFound => !isRepoViewNotFound;