GoogleSecuritySafebrowsingV5SearchUrlsResponse constructor

GoogleSecuritySafebrowsingV5SearchUrlsResponse({
  1. String? cacheDuration,
  2. List<GoogleSecuritySafebrowsingV5ThreatUrl>? threats,
})

Implementation

GoogleSecuritySafebrowsingV5SearchUrlsResponse({
  this.cacheDuration,
  this.threats,
});