convertListToArray

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

Convert List of Objects to the array of Objects

Return

The array of Objects

Parameters

ls

The list of Objects