actor property

FixedList<Reference>? get actor

The actors that are available to perform services in this schedule.

Implementation

FixedList<Reference>? get actor => actorField.getValue(json);