check if lateinit var is null code example Example: kotlin var init check lateinit var file: File if (this::file.isInitialized) { ... }