FieldToMatch constructor
FieldToMatch({
- required MatchFieldType type,
- String? data,
Implementation
FieldToMatch({
required this.type,
this.data,
});
FieldToMatch({
required this.type,
this.data,
});