getExceptionDetails property

Pointer<NativeFunction<JniExceptionDetails Function(JThrowablePtr exception)>> getExceptionDetails
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            JniExceptionDetails Function(JThrowablePtr exception)>>
    getExceptionDetails;