Payload.from constructor

Payload.from(
  1. Uint8List? metadata,
  2. Uint8List? data
)

Implementation

Payload.from(this.metadata, this.data);