previousSyntax property
BlockSyntax?
get
previousSyntax
The BlockSyntax which is running before the currentSyntax.
Implementation
BlockSyntax? get previousSyntax => _previousSyntax;
The BlockSyntax which is running before the currentSyntax.
BlockSyntax? get previousSyntax => _previousSyntax;