NameMatchScore constructor

NameMatchScore({
  1. int? score,
  2. bool? isFirstNameOrLastNameMatch,
  3. bool? isNicknameMatch,
  4. bool? isBusinessNameDetected,
})

Implementation

NameMatchScore({
  this.score,
  this.isFirstNameOrLastNameMatch,
  this.isNicknameMatch,
  this.isBusinessNameDetected,
});