SelectionConditionStringNotLike constructor
const
SelectionConditionStringNotLike({})
Creates a new SelectionConditionStringNotLike.
key Key for the filter.
value Value for the filter.
Implementation
const SelectionConditionStringNotLike({
required this.key,
required this.value,
});