copyWithWrapped method
Implementation
PhoneNumberMatchScore copyWithWrapped({Wrapped<int?>? score}) {
return PhoneNumberMatchScore(
score: (score != null ? score.value : this.score));
}
PhoneNumberMatchScore copyWithWrapped({Wrapped<int?>? score}) {
return PhoneNumberMatchScore(
score: (score != null ? score.value : this.score));
}