CellTower class

Annotations
  • @JsonSerializable()

Constructors

CellTower({required num cellId, required num locationAreaCode, required num mobileCountryCode, required num mobileNetworkCode, num? timingAdvance, num? age, num? signalStrength})
CellTower.fromJson(Map<String, dynamic> json)
factory

Properties

age num?
finalinherited
cellId num
final
hashCode int
The hash code for this object.
no setterinherited
locationAreaCode num
final
mobileCountryCode num
final
mobileNetworkCode num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signalStrength num?
finalinherited
timingAdvance num?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited