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