description property

  1. @override
String get description
override

Short human-readable description of what this rule checks.

Implementation

@override
String get description =>
    'Text must have sufficient contrast against its background '
    '(WCAG ${level.name.toUpperCase()}).';