isManual property

bool get isManual

Whether the configured dependency injection strategy is manual.

Implementation

bool get isManual => strategy == 'manual';