EventFn constructor

EventFn(
  1. String eventCode,
  2. dynamic eventMsg
)

Implementation

EventFn(this.eventCode,this.eventMsg);