ex property

void ex=(Exception ex)

Assign an Exception object.

Implementation

// ignore: avoid_setters_without_getters
set ex(Exception ex) => setError(ex);