created: 2022.02.09
updated: 2022.02.09
편집하기 / 의견 남기기
클래스의 어떤 property를 내부에서만 설정하고, 외부에서는 getter로만 접근하게 하고 싶을때
private(set) public var prop: String