build method
Implementation
Map<String, dynamic> build() {
return {
"androidLicenseKey": _androidLicenseKey,
"iosLicenseKey": _iosLicenseKey,
"firstImage": _firstImage,
"secondImage": _secondImage,
"useLivenessOnly": "${_useLivenessOnly}"
};
}