displayException property
String
get
displayException
Displayed exception of TalkerData
Implementation
String get displayException {
if (exception == null) {
return '';
}
return '\n$exception';
}