EntityUserLinkEntity constructor

EntityUserLinkEntity({
  1. AccountRef? accountRef,
  2. ProfileRef? profileRef,
  3. WebPropertyRef? webPropertyRef,
})

Implementation

EntityUserLinkEntity({
  this.accountRef,
  this.profileRef,
  this.webPropertyRef,
});