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