closePath property
      
      void Function()
      get
      closePath
      
    
    
    
Implementation
void Function() get closePath => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'closePath',
      ),
      r'call',
      [this],
    );
      
      set
      closePath
      (void value()) 
      
    
    
    
Implementation
set closePath(void Function() value) {
  _i4.setProperty(
    this,
    'closePath',
    _i4.allowInterop(value),
  );
}