hasNotActor property
bool
get
hasNotActor
Returns true if actor
is null, otherwise false.
Implementation
bool get hasNotActor => !hasActor;
Returns true if actor
is null, otherwise false.
bool get hasNotActor => !hasActor;