MatcherMetadata constructor

const MatcherMetadata({
  1. required String fieldToMatch,
  2. required List<String> values,
})

Implementation

const MatcherMetadata({required this.fieldToMatch, required this.values});