getSortKey method

SemanticsSortKey getSortKey()

Returns the sortKey of the matched Semantics via Widget.toDiagnosticsNode

Implementation

SemanticsSortKey getSortKey() {
  return getDiagnosticProp<SemanticsSortKey>('sortKey');
}