workItems property

List<WorkItem>? workItems
getter/setter pair

A list of the leased WorkItems.

Implementation

core.List<WorkItem>? workItems;