Bip44Levels class

Enumeration of BIP-44 levels in hierarchical deterministic wallets.

Constructors

Bip44Levels.fromInt(int value)
Factory method to create a Bip44Levels instance from an integer. Create a Bip44Levels instance from an integer value.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Constructor to associate a value with each instance
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 ==(Object other) bool
The equality operator.
inherited

Constants

account → const Bip44Levels
Account level
addressIndex → const Bip44Levels
Address index level
change → const Bip44Levels
Change level (external/internal)
coin → const Bip44Levels
Coin level
master → const Bip44Levels
Master level
purpose → const Bip44Levels
Purpose level
values → const List<Bip44Levels>