detections property

List<Detection>? detections
getter/setter pair

The list of memory hash detections contributing to the binary family match.

Implementation

core.List<Detection>? detections;