comparisonValue property

String? comparisonValue
getter/setter pair

The value to compare against.

If the operator is BETWEEN, this value is treated as minimum comparison value.

Implementation

core.String? comparisonValue;