deletable property
      
      bool
      get
      deletable
      
    
    
Gets or sets whether the user may delete this part. The initial value is true.
Implementation
_i2.bool get deletable => _i4.getProperty(
      this,
      'deletable',
    );
      
      set
      deletable
      (bool value) 
      
    
    
    
Implementation
set deletable(_i2.bool value) {
  _i4.setProperty(
    this,
    'deletable',
    value,
  );
}