copyWith method
Implementation
IsPartnerPresent$Response copyWith({Object? isPartnerPresent}) {
return IsPartnerPresent$Response(
isPartnerPresent: isPartnerPresent ?? this.isPartnerPresent);
}
IsPartnerPresent$Response copyWith({Object? isPartnerPresent}) {
return IsPartnerPresent$Response(
isPartnerPresent: isPartnerPresent ?? this.isPartnerPresent);
}