description property

  1. @override
String get description
override

Short description of what this audit checks.

Implementation

@override
String get description =>
    'Scans Dart source files for hardcoded API keys, tokens, passwords, and other secrets.';