declarations property

Map<int, Map<String, int>> declarations
getter/setter pair

Implementation

var declarations = <int, Map<String, int>>{};