message property
String
get
message
Combined user-facing dataset error message.
Returns an empty string when there are no errors. Multiple messages are joined with newlines.
Implementation
String get message =>
_dataSet._errorStore.isEmpty ? '' : _dataSet._errorStore.message;