epub property

Pointer<Void> epub
getter/setter pair

Pointer information about the publisher of this event. This field is provided mainly for comparison purpose so that event subscribers can check which object published the event. Usage of this pointer for other purpose may require special care such as mutex locking or checking whether the object is already destroyed.

Implementation

external ffi.Pointer<ffi.Void> epub;