compare property

  1. @override
Compare get compare
override

The kind of comparison of the evaluatedField to the value. Defaults to Compare.exact. It is the responsibility of the Provider to ignore or interpret the requested comparison.

Implementation

@override
Compare get compare => Compare.exact;