isInteresting property

bool isInteresting

Whether to consider the property's value interesting. When a property is uninteresting, its level is downgraded to DiagnosticLevel.fine regardless of the value provided as the constructor's level argument.

Implementation

bool get isInteresting => defaultValue == kNoDefaultValue || value != defaultValue;