items property

List<Entry>? items
getter/setter pair

Array of key/value pairs.

The total size of all keys and values must be less than 512 KB.

Optional.

Implementation

core.List<Entry>? items;