WalletEntity class

Implementers

Constructors

WalletEntity({required WalletProvider walletProvider, String? publicAddress, bool available = false})
WalletEntity.fromJson(Map<String, dynamic> map)
factory

Properties

available bool
final
hashCode int
The hash code for this object.
no setteroverride
publicAddress String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletProvider → WalletProvider
final

Methods

copyWith({WalletProvider? walletProvider, String? publicAddress}) WalletEntity
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.
override

Operators

operator ==(covariant WalletEntity other) bool
The equality operator.
override