KeyFilter constructor

KeyFilter({
  1. required EntityKey key,
  2. required EntityKeyValueType valueType,
  3. required KeyFilterPredicate predicate,
})

Implementation

KeyFilter(
    {required this.key, required this.valueType, required this.predicate});