Phone copyWith({int? countryCode, String? number}) { return Phone( countryCode ?? this.countryCode, number ?? this.number, ); }