클래스의 어떤 property를 내부에서만 설정하고, 외부에서는 getter로만 접근하게 하고 싶을때

private(set) public var prop: String