cellId property
      
      int?
      get
      cellId
      
    
    
    
Implementation
int? get cellId => _$this._cellId;
      
      set
      cellId
      (int? cellId) 
      
    
    
    
Implementation
set cellId(int? cellId) => _$this._cellId = cellId;