Payload constructor

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

Implementation

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