isGetX property
bool
get
isGetX
Whether the configured dependency injection strategy uses GetX.
Implementation
bool get isGetX => strategy == 'getx';
Whether the configured dependency injection strategy uses GetX.
bool get isGetX => strategy == 'getx';