GoogleSecuritySafebrowsingV4FindThreatMatchesResponse constructor

GoogleSecuritySafebrowsingV4FindThreatMatchesResponse({
  1. List<GoogleSecuritySafebrowsingV4ThreatMatch>? matches,
})

Implementation

GoogleSecuritySafebrowsingV4FindThreatMatchesResponse({
  this.matches,
});