HashClientIdRequest constructor

HashClientIdRequest({
  1. String? clientId,
  2. String? kind,
  3. String? webPropertyId,
})

Implementation

HashClientIdRequest({
  this.clientId,
  this.kind,
  this.webPropertyId,
});