blockSyntaxes property
The enabled block syntaxes.
To turn a series of lines into blocks, each of these will be tried in turn. Order matters here.
Implementation
final List<BlockSyntax> blockSyntaxes = [];
The enabled block syntaxes.
To turn a series of lines into blocks, each of these will be tried in turn. Order matters here.
final List<BlockSyntax> blockSyntaxes = [];