Cómo verificar si se ha inicializado la variable de LateInit

lateinit var file: File    

if (this::file.isInitialized) { ... }
abdullah