forEach property
      
      void Function(void (V, K, Map<K, V> ), [dynamic])
      get
      forEach
      
    
    
    
Implementation
void Function(
  void Function(
    V,
    K,
    _i6.Map<K, V>,
  ), [
  _i2.dynamic,
]) get forEach => (
      void Function(
        V,
        K,
        _i6.Map<K, V>,
      ) p0, [
      _i2.dynamic p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'forEach',
          ),
          r'call',
          [
            this,
            _i4.allowInterop(p0),
            p1,
          ],
        );
      
      set
      forEach
      (void value(void (V, K, Map<K, V> ), [dynamic])) 
      
    
    
    
Implementation
set forEach(
    void Function(
      void Function(
        V,
        K,
        _i6.Map<K, V>,
      ), [
      _i2.dynamic,
    ]) value) {
  _i4.setProperty(
    this,
    'forEach',
    _i4.allowInterop(value),
  );
}