instance property

Store instance

Implementation

static Store get instance {
  _instance ??= Store._init();

  return _instance!;
}