ignoringSemantics property

bool? ignoringSemantics
final

Whether the semantics of this sliver is ignored when compiling the semantics tree.

If null, defaults to value of ignoring.

See SemanticsNode for additional information about the semantics tree.

Implementation

final bool? ignoringSemantics;