hasNotSubjectRepoHandle property

bool get hasNotSubjectRepoHandle

Returns true if subjectRepoHandle is null, otherwise false.

Implementation

bool get hasNotSubjectRepoHandle => !hasSubjectRepoHandle;