User class
- Implementers
Constructors
- User({String? did, UserProfile? profile, String? name, String? about, String? verificationProof})
-
User.fromJson(Map<
String, dynamic> json)
Properties
- about ↔ String?
-
getter/setter pair
- allowedNumMsg ↔ int?
-
getter/setter pair
- did ↔ String?
-
getter/setter pair
- encryptedPassword ↔ String?
-
getter/setter pair
- encryptedPrivateKey ↔ String?
-
getter/setter pair
- encryptionType ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkedListHash ↔ String?
-
getter/setter pair
- maxMsgPersisted ↔ int?
-
getter/setter pair
- msgSent ↔ int?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- nftOwner ↔ String?
-
getter/setter pair
- nfts ↔ List?
-
getter/setter pair
- numMsg ↔ int?
-
getter/setter pair
- parsedPrivateKey → EncryptedPrivateKeyModel?
-
no setter
- profile ↔ UserProfile?
-
getter/setter pair
- profilePicture ↔ String?
-
getter/setter pair
- publicKey ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature ↔ String?
-
getter/setter pair
- sigType ↔ String?
-
getter/setter pair
- 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