Payload constructor

Payload({
  1. int? idx,
  2. int? flag,
  3. Uint8List? body,
})

Implementation

Payload({this.idx, this.flag, this.body});