BitcoinWalletDetails class

Constructors

BitcoinWalletDetails({required String? address, required BitcoinAddressType addressType, required BitcoinAddressNetwork addressNetwork, required BitcoinWalletType walletType})
BitcoinWalletDetails.invalid()
factory

Properties

address String?
final
addressNetwork BitcoinAddressNetwork
final
addressType BitcoinAddressType
final
hashCode int
The hash code for this object.
no setteroverride
isValid bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletType BitcoinWalletType
final

Methods

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

Operators

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