Account constructor
Account({})
Implementation
Account({
this.accountName,
this.accountNumber,
this.name,
this.organizationInfo,
this.permissionLevel,
this.primaryOwner,
this.role,
this.type,
this.verificationState,
this.vettedState,
});