mismatchedNode property

ParseTree? mismatchedNode
final

Get the node at which we first detected a mismatch.

@return the node at which we first detected a mismatch, or null if the match was successful.

Implementation

final ParseTree? mismatchedNode;