memory property

Map<String, int> memory
getter/setter pair

Implementation

Map<String, int> memory = {
  "geometries": 0,
  "textures": 0
};