semanticLabelForPath method

String semanticLabelForPath(
  1. String path
)

Implementation

String semanticLabelForPath(String path) {
  final node = nodeForPath(path);
  return node.semanticLabel;
}