getIncreasedValue method

String getIncreasedValue()

Returns the increasedValue of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getIncreasedValue() {
  return getDiagnosticProp<String>('increasedValue');
}