UserOrganization constructor
UserOrganization({})
Implementation
UserOrganization(
{required this.userId,
this.orgName = "",
this.orgAddr1 = "",
this.orgAddr2 = "",
this.orgCity = "",
this.orgProvince = "",
this.orgCountry = "",
this.orgZip = "",
this.orgWeb = "",
this.orgEmail = "",
this.orgPhone = ""});