description property

  1. @override
String get description
override

One-line description shown in flutter_audit rules output.

Implementation

@override
String get description =>
    'Network calls should be wrapped in try/catch';