ByteMatchTuple constructor

ByteMatchTuple({
  1. required FieldToMatch fieldToMatch,
  2. required PositionalConstraint positionalConstraint,
  3. required Uint8List targetString,
  4. required TextTransformation textTransformation,
})

Implementation

ByteMatchTuple({
  required this.fieldToMatch,
  required this.positionalConstraint,
  required this.targetString,
  required this.textTransformation,
});