flutter_icon_network
wallet
Wallet
Wallet constructor
Wallet
flutter_icon_network
wallet
Wallet
Wallet constructor
Wallet class
Constructors
Wallet
fromJson
Properties
address
hashCode
privateKey
runtimeType
Methods
copyWith
noSuchMethod
toJson
toString
Operators
operator ==
Wallet
constructor
Wallet
(
{
String
privateKey
,
String
address
}
)
Implementation
Wallet({ this.privateKey, this.address, });