MemoryHashSignature constructor

MemoryHashSignature({
  1. String? binaryFamily,
  2. List<Detection>? detections,
})

Implementation

MemoryHashSignature({
  this.binaryFamily,
  this.detections,
});