Check if a node ID represents an app constant.
static bool isAppConstantNodeId(String nodeId) => _appConstant.matches(nodeId);