Role constructor

Role({
  1. String? etag,
  2. bool? isSuperAdminRole,
  3. bool? isSystemRole,
  4. String? kind,
  5. String? roleDescription,
  6. String? roleId,
  7. String? roleName,
  8. List<RoleRolePrivileges>? rolePrivileges,
})

Implementation

Role({
  this.etag,
  this.isSuperAdminRole,
  this.isSystemRole,
  this.kind,
  this.roleDescription,
  this.roleId,
  this.roleName,
  this.rolePrivileges,
});