getArray

expect open override fun getArray(key: String): MutableArray?(source)

Get a property's value as an Array, which is a mapping object of an array value. 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 override fun getArray(key: String): MutableArray?(source)
actual open override fun getArray(key: String): MutableArray?(source)