hasNotSubjectRepoHandle property
bool
get
hasNotSubjectRepoHandle
Returns true if subjectRepoHandle
is null, otherwise false.
Implementation
bool get hasNotSubjectRepoHandle => !hasSubjectRepoHandle;
Returns true if subjectRepoHandle
is null, otherwise false.
bool get hasNotSubjectRepoHandle => !hasSubjectRepoHandle;