displayException property

String displayException

Displayed exception of TalkerData

Implementation

String get displayException {
  if (exception == null) {
    return '';
  }
  return '\n$exception';
}