GoogleSecuritySafebrowsingV5HashListMetadata constructor

GoogleSecuritySafebrowsingV5HashListMetadata({
  1. String? description,
  2. String? hashLength,
  3. List<String>? likelySafeTypes,
  4. List<String>? threatTypes,
})

Implementation

GoogleSecuritySafebrowsingV5HashListMetadata({
  this.description,
  this.hashLength,
  this.likelySafeTypes,
  this.threatTypes,
});