getHaveRight method
dynamic
getHaveRight(
- dynamic sRole,
- dynamic context
Implementation
getHaveRight(sRole, context) {
myLogAll('getHaveRight');
Set roleSet = _globalParam[gRole] ?? {};
return roleSet.contains(sRole);
}