isInjectable property

bool get isInjectable

Whether the configured dependency injection strategy uses Injectable.

Implementation

bool get isInjectable => strategy == 'injectable';