UserV2 constructor
UserV2({})
Implementation
UserV2({
required this.msgSent,
required this.maxMsgPersisted,
required this.did,
required this.wallets,
required this.profile,
this.encryptedPrivateKey,
this.publicKey,
this.verificationProof,
this.origin,
});