MError constructor

MError({
  1. num? code,
  2. String? message,
})

Implementation

MError({
  this.code,
  this.message,
});