ByteMatchTuple constructor
ByteMatchTuple({
- required FieldToMatch fieldToMatch,
- required PositionalConstraint positionalConstraint,
- required Uint8List targetString,
- required TextTransformation textTransformation,
Implementation
ByteMatchTuple({
required this.fieldToMatch,
required this.positionalConstraint,
required this.targetString,
required this.textTransformation,
});