GoogleSecuritySafebrowsingV5FullHashFullHashDetail constructor

GoogleSecuritySafebrowsingV5FullHashFullHashDetail({
  1. List<String>? attributes,
  2. String? threatType,
})

Implementation

GoogleSecuritySafebrowsingV5FullHashFullHashDetail({
  this.attributes,
  this.threatType,
});