contextKeyValues property

List<String>? contextKeyValues
final

The value (or values, if the condition context key supports multiple values) to provide to the simulation when the key is referenced by a Condition element in an input policy.

Implementation

final List<String>? contextKeyValues;