GuestInfo class

phone : "" full_name : "Steve" email : "" contact_id : "" new_contact : false uuid : "" domain : "https" browser : "" ip : "" address : "Ho Chi Minh City" lat : "" lon : "" other_info : {"full_name":"Steve","mail":"","phone_number":""}

Constructors

GuestInfo.new({String? phone, String? fullName, String? email, String? contactId, bool? newContact, String? uuid, String? domain, String? browser, String? ip, String? address, String? lat, String? lon, OtherInfo? otherInfo})
GuestInfo.fromJson(dynamic json)

Properties

address String?
getter/setter pair
browser String?
getter/setter pair
contactId String?
getter/setter pair
domain String?
getter/setter pair
email String?
getter/setter pair
fullName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
lat String?
getter/setter pair
lon String?
getter/setter pair
newContact bool?
getter/setter pair
otherInfo OtherInfo?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String?
getter/setter pair

Methods

copyWith({String? phone, String? fullName, String? email, String? contactId, bool? newContact, String? uuid, String? domain, String? browser, String? ip, String? address, String? lat, String? lon, OtherInfo? otherInfo}) GuestInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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