CellDataList constructor

CellDataList({
  1. double? latitude,
  2. double? longitude,
  3. String? type,
  4. int? dbm,
})

Implementation

CellDataList({
  this.latitude,
  this.longitude,
  this.type,
  this.dbm,
});