entries property
      
      IterableIterator<(num, T)>  Function()
      get
      entries
      
    
    
    
Implementation
_i10.IterableIterator<
        (
          _i2.num,
          T,
        )>
    Function() get entries => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'entries',
      ),
      r'call',
      [this],
    );
      
      set
      entries
      (IterableIterator<(num, T)>  value()) 
      
    
    
    
Implementation
set entries(
    _i10.IterableIterator<
                (
                  _i2.num,
                  T,
                )>
            Function()
        value) {
  _i6.setProperty(
    this,
    'entries',
    _i6.allowInterop(value),
  );
}