JHashSet<E>.fromPointer constructor

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

Implementation

JHashSet.fromPointer(Pointer<Void> ptr)
    : super.fromPointer(ptr, clsName: _jHashSetCls);