GoogleSecuritySafebrowsingV4RawHashes constructor

GoogleSecuritySafebrowsingV4RawHashes({
  1. int? prefixSize,
  2. String? rawHashes,
})

Implementation

GoogleSecuritySafebrowsingV4RawHashes({
  this.prefixSize,
  this.rawHashes,
});