Kotlin – Create Empty List ... To create an empty list in Kotlin, we have two ways. One is using listOf() function and the other is using emptyList() function.
確定! 回上一頁