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