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