hasPrivilege static method

dynamic hasPrivilege(
  1. int privilege
)

Implementation

static hasPrivilege(int privilege){
  return (pocChangeNotifier.privilege&privilege)>0;
}