Returns true if type S is already instantiated (not just pending lazy init).
true
S
static bool isInstantiated<S>({String? tag}) { return Ls.isInstantiated<S>(tag: tag); }