hasSubjectRepoHandle property

bool get hasSubjectRepoHandle

Returns true if subjectRepoHandle is not null, otherwise false.

Implementation

bool get hasSubjectRepoHandle => subjectRepoHandle != null;