GuestInfo constructor
GuestInfo({})
Implementation
GuestInfo({
this.phone,
this.fullName,
this.email,
this.contactId,
this.newContact,
this.uuid,
this.domain,
this.browser,
this.ip,
this.address,
this.lat,
this.lon,
this.otherInfo,
});