convertListToArray

Convert List of Objects to the array of Objects

Return

The array of Objects

Parameters

ls

The list of Objects

open fun convertListToArray(ls: List<Any>): Array<Any>