people property

List<Person>? people
getter/setter pair

The list of people in the domain directory.

Implementation

core.List<Person>? people;