correction property
String?
get
correction
Return 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 correction => _correctionMessage;