AddressMatchScore constructor

AddressMatchScore({
  1. int? score,
  2. bool? isPostalCodeMatch,
})

Implementation

AddressMatchScore({
  this.score,
  this.isPostalCodeMatch,
});