Initialize an empty list in Kotlin · 1. Using listOf() function. If you need an immutable empty list instance, you can use the listOf() function, as shown below: ...
確定! 回上一頁