hasActorTarget property

bool get hasActorTarget

Returns true if actorTarget is not null, otherwise false.

Implementation

bool get hasActorTarget => actorTarget != null;