menu
flutter_cell_info package
documentation
CellResponse.dart
CellsResponse
CellsResponse constructor
CellsResponse constructor
dark_mode
light_mode
CellsResponse
constructor
CellsResponse
(
{
List
<
CellType
>
?
neighboringCellList
,
List
<
CellType
>
?
primaryCellList
,
List
<
CellDataList
>
?
cellDataList
,
})
Implementation
CellsResponse( {this.neighboringCellList, this.primaryCellList, this.cellDataList});
flutter_cell_info package
documentation
CellResponse
CellsResponse
CellsResponse constructor
CellsResponse class