체인 메서드 또는 프로퍼티를 호출하는 동안 발생할 수 있는 NullPointerException을 보고합니다.
예:
domain?.getZone().getName()
빠른 수정 적용 후:
domain?.getZone()?.getName()