getLabel method

String getLabel()

Returns the label of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getLabel() {
  return getDiagnosticProp<String>('label');
}