toArray property
      
      List<T>  Function()
      get
      toArray
      
    
    
    
Implementation
_i2.List<T> Function() get toArray => () => ((_i3.callMethod(
      _i3.getProperty(
        this,
        'toArray',
      ),
      r'call',
      [this],
    )) as _i2.List)
        .cast();
      
      set
      toArray
      (List<T>  value()) 
      
    
    
    
Implementation
set toArray(_i2.List<T> Function() value) {
  _i3.setProperty(
    this,
    'toArray',
    _i3.allowInterop(value),
  );
}