WalletEntity class

Annotations

Constructors

WalletEntity({required String address, int? derivation, String? name, int number = 0, int keyPairTypeIndex = 0, double balance = 0, String? imagePath})
WalletEntity.create({required String address, int? derivation, String? name, int number = 0, required KeyPairType keyPairType, double balance = 0, String? imagePath})

Properties

address String
getter/setter pair
balance double
getter/setter pair
derivation int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasImage bool
no setter
id int
getter/setter pair
imagePath String?
getter/setter pair
keyPairType KeyPairType
getter/setter pair
keyPairTypeIndex int
getter/setter pair
name String?
getter/setter pair
number int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safe ToOne<SafeEntity>
final

Methods

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

Operators

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