collection method

CollRefMemory collection(
  1. String name
)

Implementation

CollRefMemory collection(String name) {
  CollRefMemory collRef = CollRefMemory(name, null, _memoryBb);
  return collRef;
}