CellId copyWith({ int? cid, int? lac, }) { return CellId( cid: cid ?? this.cid, lac: lac ?? this.lac, ); }