scope property

Map<String, String>? scope
getter/setter pair

The scope of the memories to retrieve.

A memory must have exactly the same scope (Memory.scope) as the scope provided here to be retrieved (same keys and values). Order does not matter, but it is case-sensitive.

Required.

Implementation

core.Map<core.String, core.String>? scope;