SqliMatchStatement constructor

SqliMatchStatement({
  1. required FieldToMatch fieldToMatch,
  2. required List<TextTransformation> textTransformations,
})

Implementation

SqliMatchStatement({
  required this.fieldToMatch,
  required this.textTransformations,
});