NativeLiveListPointerInt constructor

NativeLiveListPointerInt(
  1. List<int> inner, [
  2. Pointer<Int>? ptr
])

Implementation

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