UserOrganization constructor
UserOrganization({})
Implementation
UserOrganization(
{this.userId,
this.companyName,
this.companyRocNumber,
this.address,
this.country,
this.state,
this.city,
this.postalCode,
this.emailAddress,
this.password,
this.contactNumber});