GetUsers constructor

GetUsers({
  1. String? status,
  2. Datum? data,
})

Implementation

GetUsers({
  this.status,
  this.data,
});