StringExpression constructor Null safety
- String value,
- PredicateStringOperator operator,
- {bool caseSensitive = true,
- bool invertOperator = false,
- bool allowSpecialCharacters = true}
Implementation
const StringExpression(
this.value,
this.operator, {
this.caseSensitive = true,
this.invertOperator = false,
this.allowSpecialCharacters = true,
});