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