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

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

Implementation

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