isNotRepoView property

bool get isNotRepoView

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

Implementation

bool get isNotRepoView => !isRepoView;