error property

  1. @optional
Error? error
getter/setter pair

The error that is causing this isolate to exit, if applicable.

Implementation

@optional
Error? error;