copyWith method
Implementation
PhoneNumberMatchScore copyWith({int? score}) {
return PhoneNumberMatchScore(score: score ?? this.score);
}
PhoneNumberMatchScore copyWith({int? score}) {
return PhoneNumberMatchScore(score: score ?? this.score);
}