isManual property
bool
get
isManual
Whether the configured dependency injection strategy is manual.
Implementation
bool get isManual => strategy == 'manual';
Whether the configured dependency injection strategy is manual.
bool get isManual => strategy == 'manual';