GoogleSecuritySafebrowsingV4FindFullHashesResponse constructor

GoogleSecuritySafebrowsingV4FindFullHashesResponse({
  1. List<GoogleSecuritySafebrowsingV4ThreatMatch>? matches,
  2. String? minimumWaitDuration,
  3. String? negativeCacheDuration,
})

Implementation

GoogleSecuritySafebrowsingV4FindFullHashesResponse({
  this.matches,
  this.minimumWaitDuration,
  this.negativeCacheDuration,
});