exception property

  1. @optional
InstanceRef? exception
getter/setter pair

If this error is due to an unhandled exception, this is the exception thrown.

Implementation

@optional
InstanceRef? exception;