GoogleSecuritySafebrowsingV5FullHash constructor

GoogleSecuritySafebrowsingV5FullHash({
  1. String? fullHash,
  2. List<GoogleSecuritySafebrowsingV5FullHashFullHashDetail>? fullHashDetails,
})

Implementation

GoogleSecuritySafebrowsingV5FullHash({
  this.fullHash,
  this.fullHashDetails,
});