copyWith method
Implementation
GiveawayParticipantStatusDisallowedCountry copyWith({
String? userCountryCode,
}) => GiveawayParticipantStatusDisallowedCountry(
userCountryCode: userCountryCode ?? this.userCountryCode,
);
GiveawayParticipantStatusDisallowedCountry copyWith({
String? userCountryCode,
}) => GiveawayParticipantStatusDisallowedCountry(
userCountryCode: userCountryCode ?? this.userCountryCode,
);