EmailAddressMatchScore constructor

EmailAddressMatchScore({
  1. int? score,
})

Implementation

EmailAddressMatchScore({
  this.score,
});