exceptionText property

String get exceptionText
inherited

Implementation

String get exceptionText {
  if (exception == null) return '';

  return '\n$exception';
}