hasSubjectHandle property

bool get hasSubjectHandle

Returns true if subjectHandle is not null, otherwise false.

Implementation

bool get hasSubjectHandle => subjectHandle != null;