JArrayList<E>.fromPointer constructor

JArrayList<E>.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

JArrayList.fromPointer(Pointer<Void> ptr)
    : super.fromPointer(ptr, clsName: _jArrayListCls);