semanticsIdentifier property

String? semanticsIdentifier
final

A unique identifier for the semantics node for this TextSpan.

This is useful for cases where the text content of the TextSpan needs to be uniquely identified through the automation tools without having a dependency on the actual content of the text that can possibly be dynamic in nature.

Implementation

final String? semanticsIdentifier;