problemMessage property
String
get
problemMessage
The template used to create the problem message to be displayed for this error. The problem message should indicate what is wrong and why it is wrong.
Implementation
String get problemMessage =>
customizedMessages[uniqueName] ?? _problemMessage;