values property

Map<ValueToken, Object?> values
final

The values property contains the value tokens available in the context.

Implementation

final Map<ValueToken, Object?> values;