Payload.fromPart constructor

Payload.fromPart(
  1. String part
)

Implementation

factory Payload.fromPart(String part) => Payload(part);