hasNotActor property

bool get hasNotActor

Returns true if actor is null, otherwise false.

Implementation

bool get hasNotActor => !hasActor;