build method
Implementation
Map<String, dynamic> build() {
return {
"androidLicenseKey": _androidLicenseKey,
"iosLicenseKey": _iosLicenseKey,
"returnProcessedImage": _returnProcessedImage,
"computeNfiqMetrics": _computeNfiqMetrics,
"useTouchlessLive": _useTouchlessLive,
"fingerScanDirection": _fingerScanDirection.value,
};
}