canBeAppliedAutomatically property

bool get canBeAppliedAutomatically
inherited

Whether this producer can be used to apply a correction automatically when code could be incomplete, as well as in multiple positions simultaneously in bulk across multiple files and/or at the same time as applying corrections from other producers.

Implementation

bool get canBeAppliedAutomatically =>
    applicability == CorrectionApplicability.automatically ||
    applicability == CorrectionApplicability.automaticallyButOncePerFile;