copyWithWrapped method
Implementation
PayeeLocationResponse copyWithWrapped(
{Wrapped<PayeeLocationResponse$Data>? data}) {
return PayeeLocationResponse(data: (data != null ? data.value : this.data));
}
PayeeLocationResponse copyWithWrapped(
{Wrapped<PayeeLocationResponse$Data>? data}) {
return PayeeLocationResponse(data: (data != null ? data.value : this.data));
}