ProfileRef constructor

ProfileRef({
  1. String? accountId,
  2. String? href,
  3. String? id,
  4. String? internalWebPropertyId,
  5. String? kind,
  6. String? name,
  7. String? webPropertyId,
})

Implementation

ProfileRef({
  this.accountId,
  this.href,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.name,
  this.webPropertyId,
});