AltchaServerVerification constructor
AltchaServerVerification({})
Implementation
AltchaServerVerification({
required this.algorithm,
required this.apiKey,
required this.id,
required this.payload,
required this.score,
required this.signature,
required this.verificationData,
required this.verified,
});