int getSetPermission()

Gets the set permission for this node.

Source

int getSetPermission() {
  return Permission.parse(getConfig(r'$writable'));
}