name property
      
      String
      get
      name
      
    
    
Gets or sets the name of this instance of a particular panel layout.
Implementation
_i2.String get name => _i4.getProperty(
      this,
      'name',
    );
      
      set
      name
      (String value) 
      
    
    
    
Implementation
set name(_i2.String value) {
  _i4.setProperty(
    this,
    'name',
    value,
  );
}