CellId class

Constructors

CellId.new({int? cid, int? lac})
CellId.fromJson(String source)
factory
CellId.fromMap(Map map)
factory

Properties

cid int?
final
hashCode int
The hash code for this object.
no setteroverride
lac int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? cid, int? lac}) CellId
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map
toString() String
A string representation of this object.
override

Operators

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