people property

List<Person>? people
getter/setter pair

The list of people in the domain directory that match the query.

Implementation

core.List<Person>? people;