Store constructor

Store()

Implementation

factory Store() {
  _instance ??= Store._internal();
  return _instance!;
}