FlutterBiometricKycJobStatusResponse constructor
FlutterBiometricKycJobStatusResponse({
- required String timestamp,
- required bool jobComplete,
- required bool jobSuccess,
- required String code,
- FlutterBiometricKycJobResult? result,
- String? resultString,
- List<
FlutterBiometricKycJobResult?> ? history, - FlutterImageLinks? imageLinks,
Implementation
FlutterBiometricKycJobStatusResponse({
required this.timestamp,
required this.jobComplete,
required this.jobSuccess,
required this.code,
this.result,
this.resultString,
this.history,
this.imageLinks,
});