instance property
StackedLocator
get
instance
access to the Singleton instance of GetIt
Implementation
static StackedLocator get instance {
// ignore: join_return_with_assignment
_instance ??= StackedLocator._(GetIt.instance);
return _instance!;
}