core.Map<core.String, core.dynamic> toJson() { final binaryFamily = this.binaryFamily; final detections = this.detections; return {'binaryFamily': ?binaryFamily, 'detections': ?detections}; }