startBlock method
Records that a block has started at line
.
Implementation
@protected
void startBlock(int line, FoldableBlockType type) {
_startedBlocks.add(
_StartedFoldableBlock(line: line, type: type),
);
}
Records that a block has started at line
.
@protected
void startBlock(int line, FoldableBlockType type) {
_startedBlocks.add(
_StartedFoldableBlock(line: line, type: type),
);
}