Events constructor

const Events(
  1. String event,
  2. Map<String, dynamic> params
)

Implementation

const Events(this.event, this.params);