isGetX property

bool get isGetX

Whether the configured dependency injection strategy uses GetX.

Implementation

bool get isGetX => strategy == 'getx';