ErpRoleAssignment constructor

ErpRoleAssignment({
  1. String userId = '',
  2. String displayName = '',
  3. List<ErpPrivilege> privileges = const [],
  4. int assignedDate = 0,
  5. String assignedBy = '',
})

Implementation

ErpRoleAssignment({
  this.userId = '',
  this.displayName = '',
  this.privileges = const [],
  this.assignedDate = 0,
  this.assignedBy = '',
});