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