KeyConditionValue constructor

KeyConditionValue(
  1. Object value,
  2. TypeInfo? type,
  3. EntityHandler? entityHandler
)

Implementation

KeyConditionValue(this.value, this.type, this.entityHandler);