ByteMatchStatement constructor

ByteMatchStatement({
  1. required FieldToMatch fieldToMatch,
  2. required PositionalConstraint positionalConstraint,
  3. required Uint8List searchString,
  4. required List<TextTransformation> textTransformations,
})

Implementation

ByteMatchStatement({
  required this.fieldToMatch,
  required this.positionalConstraint,
  required this.searchString,
  required this.textTransformations,
});