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