handler property

  1. @optional
FuncRef? handler
getter/setter pair

A reference to the function that will be invoked to handle this message.

Implementation

@optional
FuncRef? handler;