JCharacter.fromPointer constructor

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

Implementation

JCharacter.fromPointer(Pointer<Void> ptr)
    : super.fromPointer(ptr, _jCharacterCls) {
  raw = callCharMethodSync('charValue');
}