SqliMatchStatement constructor
SqliMatchStatement({
- required FieldToMatch fieldToMatch,
- required List<
TextTransformation> textTransformations,
Implementation
SqliMatchStatement({
required this.fieldToMatch,
required this.textTransformations,
});