problemMessage property

  1. @override
String get problemMessage
override

The main problem message shown when this rule is violated.

Implementation

@override
String get problemMessage =>
    'Abstract classes and their public methods must have documentation.';