widgetClassKeyFromNodeId static method

String? widgetClassKeyFromNodeId(
  1. String nodeId
)

Extract the widget class key from a node ID. Returns null if the node ID is not a widget class node.

Implementation

static String? widgetClassKeyFromNodeId(String nodeId) =>
    _widgetClass.extractKey(nodeId);