DocMatch constructor

DocMatch({
  1. required String ref,
  2. required double score,
  3. required MatchData matchData,
})

Implementation

DocMatch({
  required this.ref,
  required this.score,
  required this.matchData,
});