ReplyError constructor
ReplyError({})
Creates a ReplyError with the given fields.
Implementation
ReplyError({
required this.payloadBytes,
required this.payload,
this.encoding,
this.encodingBytes,
});
Creates a ReplyError with the given fields.
ReplyError({
required this.payloadBytes,
required this.payload,
this.encoding,
this.encodingBytes,
});