Reply.error constructor
Reply.error(
- ReplyError error, {
- EntityGlobalId? replierId,
Creates an error reply containing a ReplyError.
Implementation
Reply.error(ReplyError error, {this.replierId})
: _sample = null,
_error = error;