getArray

expect open fun getArray(key: String): Array?(source)

Get a property's value as an Array. Returns null if the property doesn't exist, or its value is not an array.

Return

the Array object.

Parameters

key

the key.

actual open fun getArray(key: String): Array?(source)
actual open fun getArray(key: String): Array?(source)