AspireList.toArray
Method
interface AspireList { // ... omitted for brevity toArray(): Promise<T[]>;}Signature
method
toArray Converts the list to an array (creates a copy)
toArray(): Promise<T[]>Returns
Promise<T[]> Defined on
This method is defined on the following type: