Status constructor

Status({
  1. Object? status,
})

Implementation

Status({
  this.status,
});