instance property
FastStoreBloc
get
instance
Implementation
static FastStoreBloc get instance {
if (!_hasBeenInstantiated) return FastStoreBloc();
return _instance;
}
static FastStoreBloc get instance {
if (!_hasBeenInstantiated) return FastStoreBloc();
return _instance;
}