hasNotCreatorHandle property

bool get hasNotCreatorHandle

Returns true if creatorHandle is null, otherwise false.

Implementation

bool get hasNotCreatorHandle => !hasCreatorHandle;