autoTriggered property
Whether fixes were triggered automatically (for example by a save operation).
Some fixes may be excluded when running automatically. For example removing unused imports or parameters is less acceptable while the code is incomplete and being worked on than when manually executing fixes ready for committing.
Implementation
final bool autoTriggered;