MemoryLeak constructor

MemoryLeak()

Implementation

factory MemoryLeak() {
  _instance ??= MemoryLeak._();
  return _instance!;
}