PermissionMapping constructor

PermissionMapping({
  1. int? idDataMapping,
  2. int? idDivision,
  3. int? idDepartment,
  4. int? idRole,
  5. int? idModule,
  6. int? idUser,
  7. int? idPermission,
  8. String? type,
  9. bool hasChanged = false,
})

Implementation

PermissionMapping(
    {this.idDataMapping,
      this.idDivision,
      this.idDepartment,
      this.idRole,
      this.idModule,
      this.idUser,
      this.idPermission,
      this.type,
      this.hasChanged = false});