aborted property

bool get aborted

Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.

MDN Reference

Implementation

_i2.bool get aborted => _i4.getProperty(
      this,
      'aborted',
    );