Comment vérifier si la variable LateInit a été initialisée

lateinit var file: File    

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