abort property
      
      Future<void>  Function([dynamic])
      get
      abort
      
    
    
    
Implementation
_i2.Future<void> Function([_i2.dynamic]) get abort =>
    ([_i2.dynamic p0]) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'abort',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
      
      set
      abort
      (Future<void>  value([dynamic])) 
      
    
    
    
Implementation
set abort(_i2.Future<void> Function([_i2.dynamic]) value) {
  _i4.setProperty(
    this,
    'abort',
    _i4.allowInterop(value),
  );
}