reason property

String reason

Pause reason.

Allowed Values: ambiguous, assert, debugCommand, DOM, EventListener, exception, instrumentation, OOM, other, promiseRejection, XHR.

Implementation

String get reason => params!['reason'] as String;