items property

List<Goal>? items
getter/setter pair

A list of goals.

Implementation

core.List<Goal>? items;