Check if a node ID represents a data struct.
static bool isDataStructNodeId(String nodeId) => _dataStruct.matches(nodeId);