hasNotActorTarget property

bool get hasNotActorTarget

Returns true if actorTarget is null, otherwise false.

Implementation

bool get hasNotActorTarget => !hasActorTarget;