signal property
AbortSignal
get
signal
Returns the AbortSignal object associated with this object.
Implementation
_i3.AbortSignal get signal => _i4.getProperty(
this,
'signal',
);
Returns the AbortSignal object associated with this object.
_i3.AbortSignal get signal => _i4.getProperty(
this,
'signal',
);