isNotRepoRef property

bool get isNotRepoRef

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

Implementation

bool get isNotRepoRef => !isRepoRef;