FieldToMatch constructor

FieldToMatch({
  1. required MatchFieldType type,
  2. String? data,
})

Implementation

FieldToMatch({
  required this.type,
  this.data,
});