Systemrole constructor

Systemrole({
  1. int? id,
  2. String? name,
  3. DateTime? dateAdd,
  4. DateTime? dateEdit,
  5. String? userAdd,
  6. String? userEdit,
})

Implementation

Systemrole({
  this.id,
  this.name,
  this.dateAdd,
  this.dateEdit,
  this.userAdd,
  this.userEdit,
});