GoogleSecuritySafebrowsingV5ListHashListsResponse constructor

GoogleSecuritySafebrowsingV5ListHashListsResponse({
  1. List<GoogleSecuritySafebrowsingV5HashList>? hashLists,
  2. String? nextPageToken,
})

Implementation

GoogleSecuritySafebrowsingV5ListHashListsResponse({
  this.hashLists,
  this.nextPageToken,
});