getAttributedIncreasedValue method

String getAttributedIncreasedValue()

Returns the attributedIncreasedValue of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getAttributedIncreasedValue() {
  return getDiagnosticProp<String>('attributedIncreasedValue');
}