Array<T>.ofList constructor

Array<T>.ofList(
  1. List<T> data
)

Implementation

Array.ofList(this.data);