Skip to content

arr<A>

Array<A> arr<A>(List<A?> l)

Creates an Array from a Dart List.

The resulting array has the same length as l and may contain null values.