NativeLiveListPointer<C extends NativeType, E> constructor

NativeLiveListPointer<C extends NativeType, E>(
  1. List<E> inner, [
  2. Pointer<C>? ptr
])

Implementation

NativeLiveListPointer(super.inner, [this.ptr]);