contextValues property

  1. @override
Map<String, dynamic> get contextValues
override

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

Implementation

@override
Map<String, dynamic> get contextValues => _contextValues;