description property

  1. @override
String get description
override

Human-readable description of what this rule checks.

Implementation

@override
String get description =>
    'Avoid empty blocks. Add logic or a comment explaining why empty.';