MatchingResult constructor

MatchingResult({
  1. MatchingResultData? data,
})

Implementation

MatchingResult({
  this.data,
});