KeyConditionGreaterThan<O> constructor

KeyConditionGreaterThan<O>(
  1. List<ConditionKey> keys,
  2. dynamic value
)

Implementation

KeyConditionGreaterThan(super.keys, dynamic super.value);