Rights constructor

const Rights({
  1. String? status,
})

Implementation

const Rights({
  this.status,
});