Check if a node ID represents a data struct field.
static bool isDataStructFieldNodeId(String nodeId) => _dataStructField.matches(nodeId);