Como verificar se a variável LateInit foi inicializada

lateinit var file: File    

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