copyWith method
Implementation
PartnerName$Response copyWith({String? partnerName}) {
return PartnerName$Response(partnerName: partnerName ?? this.partnerName);
}
PartnerName$Response copyWith({String? partnerName}) {
return PartnerName$Response(partnerName: partnerName ?? this.partnerName);
}