blocks top-level property

Map<String, List<int>> blocks
getter/setter pair

Map that can contain blocks informations, like start, end and inforamtion about indentation

Implementation

Map<String, List<int>> blocks = {};