MemoryTileBitmapCache.create constructor

MemoryTileBitmapCache.create()

Implementation

factory MemoryTileBitmapCache.create() {
  MemoryTileBitmapCache result = MemoryTileBitmapCache._();
  _instances.add(result);
  return result;
}