skip property
      
      void Function(num)
      get
      skip
      
    
    
    
Implementation
void Function(_i2.num) get skip => (_i2.num p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'Skip',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
      
      set
      skip
      (void value(num)) 
      
    
    
    
Implementation
set skip(void Function(_i2.num) value) {
  _i3.setProperty(
    this,
    'Skip',
    _i3.allowInterop(value),
  );
}