MoveEventModule constructor

MoveEventModule(
  1. String package,
  2. String module,
  3. String event
)

Implementation

MoveEventModule(String package, String module, this.event)
  :super(package, module);