Notification constructor

Notification(
  1. String cmd,
  2. List<String> params,
  3. int id
)

Implementation

Notification(this.cmd, this.params, this.id);