instance property
Store
get
instance
Implementation
static Store get instance {
_instance ??= Store._init();
return _instance!;
}
static Store get instance {
_instance ??= Store._init();
return _instance!;
}