rawArrayFunc property

  1. @override
Pointer<C> Function(List<X> array) rawArrayFunc
final

Converts a flat List<X> into an allocated Pointer<C> array.

The caller is responsible for the lifetime of the inner pointers.

Implementation

@override
final Pointer<C> Function(List<X> array) rawArrayFunc;