map property

Map map
getter/setter pair

This holds the data we have loaded.

Implementation

Map<dynamic, dynamic> map;