OmniwareUserProfile constructor
OmniwareUserProfile({})
Implementation
OmniwareUserProfile({
required this.name,
required this.phoneNumber,
required this.email,
this.uid,
required this.city,
required this.state,
required this.country,
required this.zipcode,
this.addressline_1,
this.addressline_2,
});