copyWithWrapped method
Implementation
IsPartnerPresent$Response copyWithWrapped(
{Wrapped<Object?>? isPartnerPresent}) {
return IsPartnerPresent$Response(
isPartnerPresent: (isPartnerPresent != null
? isPartnerPresent.value
: this.isPartnerPresent));
}