Credential constructor
Credential({})
Implementation
Credential(
{required this.credentialId,
required this.isResidentCredential,
this.rpId,
required this.privateKey,
this.userHandle,
required this.signCount,
this.largeBlob});