ByteMatchStatement constructor
      
      ByteMatchStatement({ 
    
    
- required FieldToMatch fieldToMatch,
 - required PositionalConstraint positionalConstraint,
 - required Uint8List searchString,
 - required List<
TextTransformation> textTransformations, 
Implementation
ByteMatchStatement({
  required this.fieldToMatch,
  required this.positionalConstraint,
  required this.searchString,
  required this.textTransformations,
});