private property

bool? private
getter/setter pair

If the repository should be private or not.

Implementation

bool? private = false;