Sets the route as public or private
RaliRoute setPublic(bool isPublic) { return copyWith(isPublic: isPublic); }