toArray function

Object toArray(
  1. dynamic source
)

Implementation

@JS('Array.from')
external Object toArray(dynamic source);