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