QueryRangeConditionError constructor

QueryRangeConditionError(
  1. String value,
  2. String? key,
  3. StackTrace stackTrace
)

Implementation

QueryRangeConditionError(String value, String? key, StackTrace stackTrace)
    : super('Duplicate range: $value condition for key: $key', stackTrace);