JLong.fromPointer constructor

JLong.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

JLong.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr, _jLongCls) {
  raw = callLongMethodSync('longValue');
}