previousSyntax property

BlockSyntax? previousSyntax

The BlockSyntax which is running before the currentSyntax.

Implementation

BlockSyntax? get previousSyntax => _previousSyntax;