scope property

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

The scope of the Memory.

Memories are isolated within their scope. The scope is defined when creating or generating memories. Scope values cannot contain the wildcard character '*'.

Required. Immutable.

Implementation

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