IdentificationResult constructor
const
IdentificationResult({})
Implementation
const IdentificationResult({
required this.identified,
required this.customId,
required this.confidence,
required this.distance,
this.imagePath,
});