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