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