MessageExceptionEntity constructor

MessageExceptionEntity({
  1. String? id,
  2. ExceptionEntity? err,
})

Implementation

MessageExceptionEntity({
  this.id,
  this.err,
});