EntityUserLinkEntity constructor
EntityUserLinkEntity({
- AccountRef? accountRef,
- ProfileRef? profileRef,
- WebPropertyRef? webPropertyRef,
Implementation
EntityUserLinkEntity({
this.accountRef,
this.profileRef,
this.webPropertyRef,
});