correctionMessage property

String? correctionMessage

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

Implementation

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