items property

List<Address>? items
getter/setter pair

A list of Address resources.

Implementation

core.List<Address>? items;