Payload constructor

Payload({
  1. String? topic,
  2. String? message,
})

Implementation

Payload({this.topic, this.message});