EBusItem constructor

EBusItem(
  1. String action,
  2. Function method
)

Implementation

EBusItem(this.action, this.method);