ErrOptions constructor

ErrOptions({
  1. int? id,
  2. String? errorMsg,
})

Implementation

ErrOptions({
  this.id,
  this.errorMsg,
});