JHashMap<K, V>.fromPointer constructor

JHashMap<K, V>.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

JHashMap.fromPointer(Pointer<Void> ptr)
    : super.fromPointer(ptr, clsName: _jHashMapCls);