connections property

List<Person>? connections
getter/setter pair

The list of people that the requestor is connected to.

Implementation

core.List<Person>? connections;