outputs property
      
      List<NotebookCellOutput> 
      get
      outputs
      
    
    
The outputs of this cell.
Implementation
_i2.List<_i3.NotebookCellOutput> get outputs => (_i5.getProperty(
      this,
      'outputs',
    ) as _i2.List)
        .cast();