copyWith method
Implementation
GetPhoneNumberInfo copyWith({
  String? phoneNumberPrefix,
}) => GetPhoneNumberInfo(
  phoneNumberPrefix: phoneNumberPrefix ?? this.phoneNumberPrefix,
);GetPhoneNumberInfo copyWith({
  String? phoneNumberPrefix,
}) => GetPhoneNumberInfo(
  phoneNumberPrefix: phoneNumberPrefix ?? this.phoneNumberPrefix,
);