isCustomActionNodeId static method

bool isCustomActionNodeId(
  1. String nodeId
)

Check if a node ID represents a custom action.

Implementation

static bool isCustomActionNodeId(String nodeId) =>
    _customAction.matches(nodeId);