Memory constructor

Memory()

Implementation

factory Memory() {
  return _instance;
}