CellsResponse constructor

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

Implementation

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