description property

  1. @override
String get description
override

One-line description shown in flutter_audit rules output.

Implementation

@override
String get description =>
    'Insecure http:// URL — use https:// for production traffic';