variables property

Map<String, dynamic>? variables
final

The variables and functions mapped to the Expression evaluator's context.

Implementation

final Map<String, dynamic>? variables;