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