WampEvent constructor

const WampEvent(
  1. int id,
  2. Map details,
  3. WampArgs args
)

Implementation

const WampEvent(this.id, this.details, this.args);