CellsResponse constructor

CellsResponse({
  1. List<CellType>? neighboringCellList,
  2. List<CellType>? primaryCellList,
  3. List<CellDataList>? cellDataList,
})

Implementation

CellsResponse(
    {this.neighboringCellList, this.primaryCellList, this.cellDataList});