PhoneNumberMatchScore constructor

PhoneNumberMatchScore({
  1. int? score,
})

Implementation

PhoneNumberMatchScore({
  this.score,
});