DecryptResult constructor
DecryptResult({
- String? decryptedData,
- String? error,
- BiometricError? code,
- int? selectedFallbackIndex,
- String? selectedFallbackText,
Implementation
DecryptResult({
this.decryptedData,
this.error,
this.code,
this.selectedFallbackIndex,
this.selectedFallbackText,
});