isPrivilegedProcess property Null safety
Returns true if the current process is running with elevated privileges e.g. Is running as an Administrator.
Implementation
bool get isPrivilegedProcess => isPrivilegedUser;
Returns true if the current process is running with elevated privileges e.g. Is running as an Administrator.
bool get isPrivilegedProcess => isPrivilegedUser;