setEvent method

dynamic setEvent(
  1. NyEvent event
)

Implementation

setEvent(NyEvent event) {
  _event = event;
}