getExcludeFromSemantics method

bool getExcludeFromSemantics()

Returns the excludeFromSemantics of the matched Image via Widget.toDiagnosticsNode

Implementation

bool getExcludeFromSemantics() {
  return getDiagnosticProp<bool>('this.excludeFromSemantics');
}