source property
      
      Object
      get
      source
      
    
    
Returns the IDBObjectStore, IDBIndex, or IDBCursor the request was made against, or null if is was an open request.
Implementation
_i2.Object get source => _i4.getProperty(
      this,
      'source',
    );