actors property

List<Actor>? actors
getter/setter pair

All actor(s) responsible for the activity.

Implementation

core.List<Actor>? actors;