hasNotActorTarget property
bool
get
hasNotActorTarget
Returns true if actorTarget
is null, otherwise false.
Implementation
bool get hasNotActorTarget => !hasActorTarget;
Returns true if actorTarget
is null, otherwise false.
bool get hasNotActorTarget => !hasActorTarget;