Notification constructor

Notification(
  1. int processID,
  2. String channel,
  3. String payload
)

Creates an instance of this type.

Implementation

Notification(this.processID, this.channel, this.payload);