keysToClear property

List<String>? keysToClear
getter/setter pair

Custom contexts to clear by key.

A key can't be present in both updates and keys_to_clear.

Optional.

Implementation

core.List<core.String>? keysToClear;