Payload constructor

Payload({
  1. int? id,
})

Implementation

Payload ({
  this.id,
});