NativeLiveListPointerStruct<C extends Struct, D extends StructD<C, D>> constructor

NativeLiveListPointerStruct<C extends Struct, D extends StructD<C, D>>(
  1. List<D> inner, [
  2. Pointer<C>? ptr
])

Implementation

NativeLiveListPointerStruct(super.inner, [super.ptr]);