instance property

AllStack get instance

Implementation

static AllStack get instance {
  _instance ??= AllStack._();
  return _instance!;
}