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