copyWith method

PreferPrimary$Response copyWith({
  1. Object? preferPrimary,
})

Implementation

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