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