GoogleSecuritySafebrowsingV4ListThreatListsResponse constructor

GoogleSecuritySafebrowsingV4ListThreatListsResponse({
  1. List<GoogleSecuritySafebrowsingV4ThreatListDescriptor>? threatLists,
})

Implementation

GoogleSecuritySafebrowsingV4ListThreatListsResponse({
  this.threatLists,
});