HashClientIdResponse constructor

HashClientIdResponse({
  1. String? clientId,
  2. String? hashedClientId,
  3. String? kind,
  4. String? webPropertyId,
})

Implementation

HashClientIdResponse({
  this.clientId,
  this.hashedClientId,
  this.kind,
  this.webPropertyId,
});