signal property

AbortSignal get signal

Returns the AbortSignal object associated with this object.

MDN Reference

Implementation

_i3.AbortSignal get signal => _i4.getProperty(
      this,
      'signal',
    );