documentationUrl property

String get documentationUrl

Returns the documentation URL for this rule.

Format: https://pub.dev/packages/saropa_lints#rule_name

Implementation

String get documentationUrl => '$documentationBaseUrl#${code.lowerCaseName}';