menu
flutter_cell_info package
documentation
cell_response.dart
CellsResponse
CellsResponse.new constructor
CellsResponse.new 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
cell_response
CellsResponse
CellsResponse.new constructor
CellsResponse class