Status constructor

Status({
  1. String? status,
})

Implementation

Status({
  this.status,
});