map property

List<Map<int, bool>> map
getter/setter pair

Implementation

List<Map<int, bool>> map = [{}, {}];