@JsonSerializable(includeIfNull: false) const factory Phone({ String? primary, String? secondary, }) = _Phone;