correctionMessage property

String? get correctionMessage

The template used to create the correction to be displayed for this diagnostic, or null if there is no correction information for this diagnostic. The correction should indicate how the user can fix the diagnostic.

Implementation

String? get correctionMessage =>
    customizedCorrections[uniqueName] ?? _correctionMessage;