Payload constructor

Payload({
  1. Aps? aps,
})

Implementation

Payload({
  this.aps,
});