MatchingResultData constructor

MatchingResultData({
  1. double? confidence,
})

Implementation

MatchingResultData({
  this.confidence,
});