data property

Pointer<Void> data
getter/setter pair

Arbitrary data that can be accessed within the body of the callback function

Implementation

external ffi.Pointer<ffi.Void> data;