contextValues property

Map<String, dynamic>? get contextValues

Provide the values from the data to the rule, null if none

Implementation

Map<String, dynamic>? get contextValues => null;