isGetIt property
bool
get
isGetIt
Whether the configured dependency injection strategy uses GetIt.
Implementation
bool get isGetIt => strategy == 'get_it';
Whether the configured dependency injection strategy uses GetIt.
bool get isGetIt => strategy == 'get_it';