Params constructor

Params({
  1. int? status,
  2. Error? error,
})

Implementation

Params({
  this.status,
  this.error,
});