exception property

Exception? exception

Implementation

Exception? get exception {
  final error = this.error;
  return error?.wrappedException ?? error;
}