copyWith method

Implementation

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