KeyConditionNotIN<O> constructor

KeyConditionNotIN<O>(
  1. List<ConditionKey> keys,
  2. dynamic values
)

Implementation

KeyConditionNotIN(super.keys, super.values) : super(not: true);