QueryCategoryEventBus constructor

QueryCategoryEventBus(
  1. String cid,
  2. String name
)

Implementation

QueryCategoryEventBus(this.cid, this.name);