variables property

Map<String, dynamic>? variables
final

Variables used in the formula, mapped to the parts of the expression they refer to.

Implementation

final Map<String, dynamic>? variables;