isGetIt property

bool get isGetIt

Whether the configured dependency injection strategy uses GetIt.

Implementation

bool get isGetIt => strategy == 'get_it';