isInjectable property
bool
get
isInjectable
Whether the configured dependency injection strategy uses Injectable.
Implementation
bool get isInjectable => strategy == 'injectable';
Whether the configured dependency injection strategy uses Injectable.
bool get isInjectable => strategy == 'injectable';