int getInvokePermission()

Gets the invoke permission for this node.

Source

int getInvokePermission() {
  return Permission.parse(getConfig(r'$invokable'));
}