dataStructKeyFromNodeId static method

String? dataStructKeyFromNodeId(
  1. String nodeId
)

Extract the data struct key from a node ID. Returns null if the node ID is not a data struct node.

Implementation

static String? dataStructKeyFromNodeId(String nodeId) =>
    _dataStruct.extractKey(nodeId);