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