Cara memeriksa apakah variabel lateInit telah diinisialisasi

lateinit var file: File    

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