GoogleSecuritySafebrowsingV4ClientInfo constructor

GoogleSecuritySafebrowsingV4ClientInfo({
  1. String? clientId,
  2. String? clientVersion,
})

Implementation

GoogleSecuritySafebrowsingV4ClientInfo({
  this.clientId,
  this.clientVersion,
});