Sample constructor
Sample({})
Creates a Sample with the given fields.
Implementation
Sample({
required this.keyExpr,
required this.payload,
required this.payloadBytes,
required this.kind,
this.attachment,
this.attachmentBytes,
this.encoding,
});