items property

List<Account>? items
getter/setter pair

A list of accounts.

Implementation

core.List<Account>? items;