menu
flutter_cell_info package
documentation
models/CellData.dart
CellDataList
CellDataList constructor
CellDataList constructor
dark_mode
light_mode
CellDataList
constructor
CellDataList
(
{
double
?
latitude
,
double
?
longitude
,
String
?
type
,
int
?
dbm
,
})
Implementation
CellDataList({ this.latitude, this.longitude, this.type, this.dbm, });
flutter_cell_info package
documentation
models/CellData
CellDataList
CellDataList constructor
CellDataList class