hasActor property

bool get hasActor

Returns true if actor is not null, otherwise false.

Implementation

bool get hasActor => actor != null;