UserV2 class

Constructors

UserV2({required int msgSent, required int maxMsgPersisted, required String did, required String wallets, required UserProfile profile, String? encryptedPrivateKey, String? publicKey, String? verificationProof, String? origin})
UserV2.fromJson(Map<String, dynamic> json)
factory

Properties

did String
getter/setter pair
encryptedPrivateKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxMsgPersisted int
getter/setter pair
msgSent int
getter/setter pair
origin String?
getter/setter pair
profile UserProfile
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationProof String?
getter/setter pair
wallets String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited