hasCreatorHandle property

bool get hasCreatorHandle

Returns true if creatorHandle is not null, otherwise false.

Implementation

bool get hasCreatorHandle => creatorHandle != null;