deferred property

List<Key>? deferred
getter/setter pair

A list of keys that were not looked up due to resource constraints.

The order of results in this field is undefined and has no relation to the order of the keys in the input.

Implementation

core.List<Key>? deferred;