IdentificationResult constructor
IdentificationResult({
- required bool isValid,
- String? identifiedAt,
- required IdentificationMatch match,
Implementation
IdentificationResult({
required this.isValid,
this.identifiedAt,
required this.match,
});