AuthenticateResponse constructor Null safety
Implementation
const AuthenticateResponse({
required this.base64,
required this.status,
required this.isLiveness,
});
const AuthenticateResponse({
required this.base64,
required this.status,
required this.isLiveness,
});