MemoryLabelCache.create constructor

MemoryLabelCache.create()

Implementation

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