navigate property
      
      Future<WindowClient?>  Function(Object)
      get
      navigate
      
    
    
    
Implementation
_i2.Future<_i3.WindowClient?> Function(_i2.Object) get navigate =>
    (_i2.Object p0) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'navigate',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
      
      set
      navigate
      () 
      
    
    
    
Implementation
set navigate(_i2.Future<_i3.WindowClient?> Function(_i2.Object) value) {
  _i4.setProperty(
    this,
    'navigate',
    _i4.allowInterop(value),
  );
}